-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcpage.html
More file actions
40 lines (40 loc) · 1010 Bytes
/
cpage.html
File metadata and controls
40 lines (40 loc) · 1010 Bytes
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>
<head>
<link rel="stylesheet" href="cpage.css">
</head>
<body>
<div class="topnav">
<a href="index.html">Home</a>
<a href="resumepage.html">Resume</a>
<div class="dropdown">
<button class="dropbtn" >Projects
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="cpage.html">Completed</a>
<a href="opage.html">Ongoing</a>
</div>
</div>
</div>
</div>
<h1><center>Completed Projects</center></h1>
<div class="center">
<a href='software/c_shell.html'>
<button class="button">C Shell</button>
</a>
<a href='software/internship.html'>
<button class="button button4">Internship 2023</button>
</a>
<a href='robots/fmcpage.html'>
<button class="button button3">Follow-Me Car</button>
</a>
<a href='robots/roombapage.html'>
<button class="button button2">Screaming Roomba</button>
</a>
<a href='software/fpga.html'>
<button class="button button1">FPGA Labs</button>
</a>
</div>
</body>
</html>