forked from compsat/git-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·50 lines (46 loc) · 1.95 KB
/
index.html
File metadata and controls
executable file
·50 lines (46 loc) · 1.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Portfolio | Computer Society of the Ateneo</title>
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
</head>
<body>
<header id="header">
<!-- Developer 1 will work on this -->
<nav id="nav_tag">
<div class="nav">
<div><a href="https://www.compsat.org/index.php"> Home </a> </div>
<div><a href="https://www.compsat.org/services.php"> Services </a> </div>
<div><a href="https://www.compsat.org/projects.php"> Projects </a> </div>
<div><a href="https://www.compsat.org/portfolio.php"> Portfolio </a> </div>
<div><a href="https://www.compsat.org/aboutus.php"> About Us </a> </div>
<div><a href="https://www.compsat.org/contactus.php"> Contact Us </a> </div>
</div>
</nav>
<!-- Developer 2 will work on this -->
<div id="head_content" style="text-align: center; background-color: cyan;">
<h1> OUR WORKS </h1>
<h2> Microsites </h2>
<div>
<div class ="link"> <a href=""> <img src="" alt="image"><br> GEARBOX </a> </div>
<div class ="link"><a href=""> <img src="" alt="image"> <br> Geek Shirt Sale </a> </div>
<div class ="link"><a href=""> <img src="" alt="image"> <br> Grade Calculator </a> </div>
<div class ="link"><a href=""> <img src="" alt="image"><br> QPI Calculator </a></div>
<div class ="link"><a href=""> <img src="" alt="image"><br>Wildcard </a></div>
</div>
</header>
<main id="main">
<!-- Developer 3 will work on this -->
<div class="content_div" style="background-color: #F3F3F3;">
</div>
</main>
<!-- Developer 4 will work on this -->
<footer>
</footer>
</body>
</html>