-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject2.html
More file actions
40 lines (38 loc) · 1.52 KB
/
project2.html
File metadata and controls
40 lines (38 loc) · 1.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="./images/favicon1.png" type="image/png">
<title>Project 2</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Patrick+Hand&family=Rock+Salt&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css/styles.css">
</head>
<body>
<img src="./images/Logo3.png" alt="Logo" class="logo">
<!-- // NAV BAR // -->
<div class="navbar">
<a href="./index.html">Home</a>
<a href="./about.html">About</a>
<a href="./resume.html">Resume</a>
<a href="./contact.html">Contact</a>
<div class="dropdown">
<button class="dropbtn">Projects
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="./project1.html">Project 1</a>
<a href="./project2.html">Project 2</a>
<a href="./project3.html">Project 3</a>
</div>
</div>
</div>
<h1> Social Justice Education App</h1>
<h1> Mobile App & Responsive Website</h1>
<h1>(Concept Work)</h1>
<p>Coming Soon </p>
</body>
</html>