-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreferences.html
More file actions
executable file
·63 lines (57 loc) · 2.07 KB
/
references.html
File metadata and controls
executable file
·63 lines (57 loc) · 2.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="assets/links.css">
<link rel="stylesheet" type="text/css" href="assets/styles.css">
<title>Sources</title>
<link rel="icon" href="assets/pranavkrishnanlogo.png">
<meta charset="UTF-8">
<style>
h3 {
text-align:center;
}
p{
text-align:left;
margin-left:47%;
}
</style>
</head>
<body>
<h3>This is a list containing the references I used for this Digital Portfolio</h3>
<header>
<nav>
<ul>
<li><a href="index.html">Index</a></li>
<li><a href="aboutMe.html">About Me</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>
<p>
<br/>
<br/>
-<a target="_blank" rel="noopener noreferrer" href="https://www.w3schools.com/">W3 Schools</a>
<br/>
<br/>
-<a target="_blank" rel="noopener noreferrer" href="https://www.codermerlin.com/wiki/index.php/Welcome_to_Coder_Merlin">Coder Merlin</a>
<br/>
<br/>
-<a target="_blank" rel="noopener noreferrer" href="https://www.allenisd.org/domain/4906">David Ben-Yaakov</a>
<br/>
<br/>
-<a target="_blank" rel="noopener noreferrer" href="https://codetheweb.blog/style-a-navigation-bar-css/">Code The Web (Nav Bar)</a>
<br/>
<br/>
-<a target="_blank" rel="noopener noreferrer" href="https://www.sliderrevolution.com/resources/css-animated-background/">Animated Background</a>
<br/>
<br/>
-<a target="_blank" rel="noopener noreferrer" href="https://www.freepik.com/free-vector/white-gray-geometric-pattern-background-vector_18240979.htm#query=website%20background&position=11&from_view=keyword">Background images</a>
<br/>
</body>
</html>