-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
118 lines (115 loc) · 5.94 KB
/
index.html
File metadata and controls
118 lines (115 loc) · 5.94 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Azdev</title>
<meta name="description" content="Aztec Developers">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/skeleton.css">
<link href="https://fonts.googleapis.com/css?family=Cabin" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<nav class="topnav" id="myTopnav">
<a href="javascript:void(0);" class="brand">Aztec Developers</a>
<div id="links">
<a class="link" href="#about">About</a>
<a class="link" href="#times">Meetings</a>
<a class="link" href="#officers">Officers</a>
<a class="link" href="#faq">FAQ</a>
<a class="link" href="#contact">Contact</a>
</div>
<a href="javascript:void(0);" class="icon" onclick="toggleMenu()">☰</a>
</nav>
<div class="container">
<div class="card shadow">
<h2 id="about" class="title green">What's Aztec Developers?</h2>
<div class="text-section">
<p>
Aztec Developers is a student organization at SDSU full of people looking to improve their overall knowledge in the constantly developing world of technology. We are here to learn new skills and have fun doing it, we welcome anyone looking to explore and learn new things. AzDev meetings are broken up into two sections, a discussion section, and a hack section.</p>
<h3>Discussion Section:</h3>
<p>The discussion section is the first 20-30 minutes of the meeting during in which members and industry experts give short talks on topics relating to Computer Science, software engineering, and technology.</p>
<h3>Hack Section:</h3>
<p>The hack section is similar to going to a (more relaxed) hackathon and is all about making cool stuff. Heres how it works: </p>
<ol>
<li><strong>Form Teams: </strong>Members are randomly broken up into teams and given this week's challenge.</li>
<li><strong>Build Stuff: </strong>Teams then have until the next meeting to work together on this problem.</li>
<li><strong>Show what you made: </strong>At the following meeting after the discussion phase, teams will give a short two-minute presentation of what they made, why they made it, and what they learned. </li>
</ol>
After all the presentations, we pick a winning team, which wins some small prizes and gets to pick the next challenge.</p>
</div>
</div>
<div class="card shadow">
<h2 id="times" class="title indigo">When We Meet</h2>
<div class="text-section meeting-card">
<div class="card-title">
Where?
</div>
West Commons Room 230
<div class="card-title">
When?
</div>
Monday @ 7:00 - 9:00 PM | Friday @ 2:00 - 4:00 PM
</div>
</div>
<div class="card shadow">
<h2 id="officers" class="title black">Officers</h2>
<div class="text-section meeting-card">
<div class="card-title">
Officers
</div>
Michael Green
<br> Shekib Aziz
<br> David Arce
<br> Matt Yamout
<br> Sergio Valencia
<br>Nimish Saxena
<br>Shekib Aziz
</div>
</div>
<div class="card shadow">
<h2 id="faq" class="title amber">FAQ</h2>
<div class="text-section">
<div class="card-title">
Do I need to do anything to join?
</div>
To keep things up and running we do require new members to pay a $25 membership fee. This allows us to provide server space for projects, have food/drinks for our meetings, and it gets you a sweet t-shirt!
<div class="card-title">
What level of knowledge do I need previous to joining?
</div>
No previous knowledge is required! We are all here to learn and grow, our members are more than happy to assist those that may be new to the software development or just want to learn new things.
<div class="card-title">
What if I'm not a Computer Science major?
</div>
Not a problem. We are open to anyone and everyone looking to gain knowledge or make cool things. With that being said, we are software development oriented but by no means will we restrict you, regardless of technical ability.
<div class="card-title">
Can any grade level join?
</div>
Yes, AzDev is for everyone, beginners and experts.
<div class="card-title">
What do I need to bring to meetings?
</div>
For hackathons at meetings you will need to come equipped with a computer to work on. Other than that, just an eagerness to learn and to have fun.
</div>
</div>
<div class="card shadow">
<h2 id="contact" class="title red">Contact us</h2>
<div class="text-section meeting-card">
<div>
<strong>Email: </strong> aztecdevelopers@gmail.com
</div>
<div>
<strong>Location: </strong>WC230
</div>
<div>
<strong>Meeting Times: </strong>Monday 7pm-9pm, Friday 2pm-4pm.
</div>
</div>
</div>
</div>
<script src="js/main.js"></script>
</body>
</html>