-
Notifications
You must be signed in to change notification settings - Fork 72
/
Copy pathmembersites.html
130 lines (114 loc) · 6.31 KB
/
membersites.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page
––––––––––––––––––––––––––––––––––––––––––––––––––-------------------------->
<meta charset="utf-8">
<title>UAH ACM</title>
<meta name="description" content="UAH ACM Student Chapter">
<meta name="author" content="Joshua Estes">
<!-- Mobile Specific Metas
––––––––––––––––––––––––––––––––––––––––––––––––––-------------------------->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT –––––––––––––––––––––––––––––––––––––––––––––––––----------------->
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Poiret+One" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Heebo:800" rel="stylesheet" type="text/css">
<!-- CSS ––––––––––––––––––––––––––––––––––––––––––––––––––------------------------->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="fonts/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/navbar-redesign.css">
<script type="text/javascript" src=".\scripts\resize-functions.js"></script>
<!-- Favicon ––––––––––––––––––––––––––––––––––––––––––––––––––--------------------->
<link rel="icon" type="image/png" href="images/acm_logo.png">
</head>
<body>
<header>
<div class="container-404">
<div class="acm-logo">
<a><img scale src="images/acm_logo_wide_resize.png" style="position: relative" alt="UAH ACM" /></a>
</div>
<div class="options">
<a href="index.html">Home</a>
<a href="aboutus.html">About</a>
<a href="contactus.html">Contact</a>
<a href="events.html">Events</a>
<a href="membership.html">Membership</a>
<a href="projects.html">Projects</a>
</div>
</div>
</header>
<!--Three Tiles-->
<div class="container main">
<h1>One Month Projects</h1>
<div class="row" style="font-size: large">
<div class="twelve columns">
<ul style="list-style-type: square;">
<li><a href="members/philliplane/index.html">Lane Allen</a></li>
<li><a href="https://www.haydenhpc.io">Hayden Estes</a></li>
<li><a href="https://www.salwajeries.com">Salwa Jeries</a></li>
<li><a href="members/LuisLazcanoTorres/index.html">Luis Lazcano Torres</a></li>
<li><a href="members/baileesegars/index.html">Bailee Segars</a></li>
<li><a href="members/jakesmith/index.html">Jake Smith</a></li>
<li><a href="members/nathansolomon/index.html">Nathan Solomon</a></li>
<li><a href="members/jesserheal/index.html">Jesse Rheal</a></li>
<li><a href="members/drewearly/index.html">Drew Early</a></li>
<li><a href="members/esthershore/index.html">Esther Shore</a></li>
<li><a href="members/adamjohnson/index.html">Adam Johnson</a></li>
<li><a href="members/IanBohanan/index.html">Ian Bohanan</a></li>
<li><a href="members/justinfleming/index.html">Justin Fleming</a></li>
<li><a href="members/ChandlerStone/index.html">Chandler Stone</a></li>
<li><a href="members/jacobwarren/index.html">Jacob Warren</a></li>
</ul>
</div>
</div>
<div class="row twelve columns">
<h1>ABOUT UAH ACM</h1>
<div style="font-size: medium;">
<p>UAH ACM is a student chapter formed in 2018 that aims to create a positive environment for out of classroom learning about computing. ACM gives members the opportunity to work on passion projects in a team setting. We provide a space and community to hone your craft, be creative, and create life long friendships!</p>
</div>
</div>
<div id="bar">
<div class="row" id="desktop">
<div class="four columns">
<div class="left">
<div class="leftimage">
<a href="https://www.acm.org"><img src="images/acm-logo-transparent.png" width="100%"
alt="Association for Computing Machinery" style="position: relative;"></a>
</div>
</div>
</div>
<div class="four columns" style="font-size: medium">
<div class="left">
<div class="rightimage">
<a href="index.html">Home</a>
<h1></h1>
<a href="aboutus.html">About</a>
<h1></h1>
<a href="membership.html">Membership</a>
</div>
</div>
</div>
<div class="four columns" style="font-size: medium">
<div class="right">
<div class="rightimage">
<a href="projects.html">Projects</a>
<h1></h1>
<a href="contactus.html">Contact</a>
<h1></h1>
<a href="membersites.html">One Month Projects</a>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
driverCode();
window.onresize = driverCode;
</script>
</body>
</html>