-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcontact.html
More file actions
56 lines (48 loc) · 1.61 KB
/
Copy pathcontact.html
File metadata and controls
56 lines (48 loc) · 1.61 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>COD Computer Science Club</title>
<meta charset="iso-8859-1">
<link rel="stylesheet" href="../static/styles/layout.css" type="text/css">
<!--[if lt IE 9]><script src="scripts/html5shiv.js"> </script><![endif]-->
</head>
<body>
<div class="wrapper row1">
<header id="header" class="clear">
<div id="Logo">
<img src="images/second_way_better_logo.jpg" alt="Computer Science Club" height="100" width="100">
</div>
<nav>
<a href="index.html" class="myButton2">Home</a>
<a href="about.html" class="myButton2">About Us</a>
<a href="contact.html" class="myButton2">Contact Us</a>
<a href="events.html" class="myButton2">Events</a>
</nav>
</header>
<div class="wrapper row2">
<div id="container" class="clear">
<section class="last clear">
<article class="two_third">
<h1 align="center" class="big_fontsp">Get in contact with us!</h1>
</br>
</br>
<h1 align="center">If you want to get in contact with us, please email one of these emails!</h1>
</br>
<h2 align="center">Email:</h2>
</br>
<p align="center">president@codcompsci.club</p>
</br>
<p align="center">secretary@codcompsci.club</p>
</article>
</section>
</div>
</div>
</div>
<div class="wrapper row3">
<footer id="footer" class="clear">
<p class="fl_left">Copyright © 2016 - All Rights Reserved - <a href="index.html">COD Computer Science Club</a></p>
<p class="fl_right">Template by <a href="http://www.os-templates.com/" title="Free Website Templates">OS Templates</a></p>
</footer>
</div>
</body>
</html>