-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProjects.html
51 lines (34 loc) · 1.02 KB
/
Projects.html
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
<!DOCTYPE html>
<html >
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>creations</title>
<link rel="stylesheet" href="Projects.css" type="text/css">
</head>
<body style="min-height:100%;">
<header>
<h2>OUR CREATIONS</h2>
</header>
<ul>
<li><a href="index.html" class="mI">Home</a></li>
<li><a href="About.html" class="mI">Our Story</a></li>
<li><a href="Projects.html" class="mI active1">Our Creations</a></li>
<li><a href="Team.html" class="mI">Our Fam</a></li>
<li><a href="Contact.html" class="mI">Contact</a></li>
</ul>
<div class="container" style="background:#313131;">
<div class="card" id="project1">
<h1>Coming Soon.......</h1>
</div>
<div class="card" id="project2">
<h1>Coming Soon.......</h1>
</div>
<div class="card" id="project3">
<h1>Coming Soon.......</h1>
</div>
</div>
<div id="footer">
<h3>CodeVengers ©2020</h3>
</div>
</body>
</html>