forked from cosmicmeow/odu-acm
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
executable file
·112 lines (99 loc) · 3.6 KB
/
index.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License
Name : BarbedFlower
Description: A two-column, fixed-width design with dark color scheme.
Version : 1.0
Released : 20140322
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="http://fonts.googleapis.com/css?family=Varela" rel="stylesheet" />
<link href="bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="default.css" rel="stylesheet" type="text/css" media="all" />
<link href="fonts.css" rel="stylesheet" type="text/css" media="all" />
<!--[if IE 6]><link href="default_ie6.css" rel="stylesheet" type="text/css" /><![endif]-->
</head>
<body>
<div id="wrapper">
<div id="header-wrapper">
<div id="header" class="container">
<div id="logo">
<img src="images/acm_logo.png">
<a href="#">ODU ACM</a>
</div>
<div id="menu">
<ul>
<li class="active"><a href="index.html" accesskey="1" title="">Home</a></li>
<li><a href="about_us.html" accesskey="2" title="">About Us</a></li>
<li><a href="events.html" accesskey="2" title="">Events</a></li>
<li><a href="contact_us.php" accesskey="5" title="">Contact Us</a></li>
</ul>
</div>
</div>
</div>
<div id="banner">
<div class="container">
<div class="title">
<h2>Association for Computing Machinery</h2>
<span class="byline">at Old Dominion University</span> </div>
<!-- <ul class="actions">
<li><a href="#" class="button">Etiam posuere</a></li>
</ul> -->
</div>
</div>
<div id="page" class="container">
<div class="title">
<div>
<h2>What is the ODU ACM?</h2>
<br/>
<p>ACM is the world’s largest educational and scientific computing society uniting the world's computing educators, researchers and professionals to inspire dialogue, share resources and address the field's challenges. ACM strengthens the profession's collective voice through strong leadership, promotion of the highest standards, and recognition of technical excellence. ACM supports the professional growth of its members by providing opportunities for life-long learning, career development, and professional networking.</p>
<!-- <ul class="actions">
<li><a href="#" class="button">Etiam posuere</a></li>
</ul> -->
</div>
</div>
</div>
<div id="page" class="container">
<!-- INFO 1 -->
<div class="" style="background-color:#FFF">
<div class="mainpage">
<div class="row">
<div class="col-lg-5">
<center>
<img src="images/book-02.png"><br><br>
<h3>Learn</h3>
<p>Learn industry field knowledge</p>
</center>
</div>
<div class="col-lg-5">
<center>
<img src="images/plant-01.png"><br><br>
<h3>Grow</h3>
<p>Work with different langauges, environments, and meet other students.</p>
</center>
</div>
<div class="col-lg-5">
<center>
<img src="images/apply.png"><br><br>
<h3>Apply</h3>
<p>Build apps, websites, and code cool things!</p>
</center>
</div>
</div>
</div>
</div> <!-- /.wrapper -->
</div>
</div>
<div id="copyright" class="container">
<p>Old Dominion University ACM © 2015 </p>
</div>
</body>
</html>