-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·101 lines (87 loc) · 3.5 KB
/
index.html
File metadata and controls
executable file
·101 lines (87 loc) · 3.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<title>Digital Portfolio -Pranav Krishnan</title>
<link rel="stylesheet" type="text/css" href="assets/animatedbg.css">
<link rel="stylesheet" type="text/css" href="assets/index.css">
<meta charset="UTF-8">
<link rel="icon" href="assets/pranavkrishnanlogo.png">
<style>
body {
text-align: center;
}
ul {
color: white;
}
h1 {
font-family: mono;
text-align: center;
font-size: 60px;
}
</style>
</head>
<body>
<!--connecting bg with bg2 and 3 -->
<div class="bg"></div>
<div class="bg bg2"></div>
<div class="bg bg3"></div>
<header>
<nav>
<ul>
<li><a href="index.html">Index</a></li>
<li><a href="aboutMe.html">AboutMe</a></li>
<li><a href="Pages/purpose.html">Purpose</a></li>
<li><a href="directory.html">Directory</a></li>
<li><a href="CS-I/CS-I.html">CS-I</a></li>
<li><a href="CS-II/CS-II.html">CS-II</a></li>
<li><a href="CS-III/CS-III.html">CS-III</a></li>
<li><a href="Stats/Stats.html">AP Stats</a></li>
<li><a href="references.html">References</a></li>
</ul>
</nav>
</header>
<div class="content">
<h1>Pranav Krishnan</h1>
<p>This Digital Portfolio includes the classes I have taken throughout High School and the concepts learned in them!</p>
<br/>
<a href="Pages/purpose.html">Why did I make this Digital Porfolio?</a>
<h4><a target="_blank" rel="noopener noreferrer" href="https://docs.google.com/document/d/1cTfR_aNcjUrQAcsOfPy1H_g5bYh7SHSqUwyiB0GkA1U/edit?usp=sharing">My Resume</a></h5>
<h5>My Notable Github Projects</h4>
<div style="width: 50%; margin-left: auto; margin-right: auto;">
<ul>
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/CSAllenISD/2023-ISP-ShelterSafe">Shelter Safe</a> </li>
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/Allen-ISD-Computer-Science/IRL_DutySchedule_2024">AHS Duty Scheduler</a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/Allen-ISD-Computer-Science/REPO_VehicleMaintenance_2024">Allen PD Vehicle Maintenance</a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/pkrish5/CyberSafetyWebpage">Cyber Safety Webpage</a></li>
</ul>
</div>
<!-- <li> <a target="_blank" rel="noopener noreferrer" href="https://github.com/pkrish5/AllenDECAWebpage">Allen DECA Webpage</a></li> -->
<br>
<!--
<a target="_blank" rel="noopener noreferrer" href="https://github.com/PranavKrishnan05/PranavKrishnan05.github.io">Github Repository for this Digital Portfolio</a>
<br>
<br>
<a target="_blank" rel="noopener noreferrer" href="https://pkrish5.github.io/prkrish5.github.io/">This Website on Github.io</a>
-->
<!-- <a href="directory.html">Link to my Directory</a>
<br/>
<br/>
<a href="aboutMe.html">Link to my About me</a>
<br/>
<br/>
<a href="cs1.html">Link to my CS1 page </a>
<br/>
<br/>
<a href="cs1ISP.html">Link to my Computer Science 1 ISP</a>
<br/>
<br/>
<a href="CS-II/Essays/Fingerprints.html">Link to the Fingerprints Essay</a>
<br/>
<br/>
<a href="CS-II/Essays/AI%20Sentience.html">Link to the AI Sentience Essay</a>
<br/>
<br/>
<a href="https://pranavkrishnan05.github.io/">Link to the github.io</a> -->
</div>
</body>
</html>