-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (82 loc) · 3.83 KB
/
index.html
File metadata and controls
88 lines (82 loc) · 3.83 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
---
layout: landing
---
<!-- Banner -->
<section id="banner">
<div class="inner">
<!-- <ul class="actions">
<li><a href="#" class="button special">Activate</a></li>
</ul> -->
<h2 style="margin-bottom:0">{{ site.title }}</h2>
<p>{{ site.description | markdownify }}</p>
<ul class="icons">
{% for socloc in site.social %}
{% if socloc[1] %}
{% if socloc[0] == 'email' %}
<li><a target="_blank" href="{{ socloc[1] }}" class="icon fa-envelope-o fa-2x"
><span class="label">E-mail</span></a></li>
{% else %}
<li><a target="_blank" href="{{ socloc[1] }}" class="icon fa-2x fa-{{ socloc[0] }}"
><span class="label">{{ socloc[0] }}</span></a></li>
{% endif %}
{% endif %}
{% endfor %}
</ul>
</div>
<a href="#one" class="more scrolly">Learn More</a>
</section>
<!-- One -->
<section id="one" class="wrapper style1 special">
<div class="inner">
<header class="major">
<h2>Welcome to CodeLab!</h2>
<p> We are a group for coders of all levels and backgrounds getting together to learn and build coding projects. Whether you're learning to code for the first time, or are an experienced programmer learning a new language, all ages, levels, and backgrounds are welcome.</p>
<br>
<h2>Our Mission</h2>
<p>CodeLab aims to create an all-inclusive, welcoming, supportive community and environment to learn and build code.</p>
</header>
<!-- <ul class="icons major">
<li><span class="icon fa-diamond major style1"><span class="label">Lorem</span></span></li>
<li><span class="icon fa-heart-o major style2"><span class="label">Ipsum</span></span></li>
<li><span class="icon fa-code major style3"><span class="label">Dolor</span></span></li>
</ul> -->
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper alt style2">
<section class="spotlight">
<div class="image"><img src="images/pic02.jpg" alt="" /></div><div class="content">
<h2>When</h2>
<p>Every Monday evening (except holidays) in Downtown Fullerton</p><br>
<h2>Where</h2>
<p>Special thanks to our host for providing our space!</p>
<p><a href="http://www.prodeskspace.com/" title="Pro Desk Space site" target="_blank"><strong>Pro Desk Space</strong></a><br>
112 E. Amerige Ave.<br>
Fullerton, CA 92832
</p>
<p></p>
</div>
</section>
</section>
<!-- Three -->
<section id="three" class="wrapper style3 special">
<div class="inner">
<header class="major">
<h2>Code of Conduct</h2>
<p><i>CodeLab is committed to providing a friendly, safe and welcoming environment for all, regardless of gender, sexual orientation, ability, ethnicity, socioeconomic status, and religion (or lack thereof). All members must agree to our <a href="http://maptime.io/code-of-conduct/" title="Code of Conduct based on Maptime Code of Conduct" target="_blank"></i><strong>Code of Conduct</a></strong>.</p>
</header>
</div>
</section>
<!-- CTA -->
<!-- <section id="cta" class="wrapper style4">
<div class="inner">
<header>
<h2>Arcue ut vel commodo</h2>
<p>Aliquam ut ex ut augue consectetur interdum endrerit imperdiet amet eleifend fringilla.</p>
</header>
<ul class="actions vertical">
<li><a href="#" class="button fit special">Activate</a></li>
<li><a href="#" class="button fit">Learn More</a></li>
</ul>
</div>
</section> -->