-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcommunity.html
72 lines (72 loc) · 2.01 KB
/
community.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
<div class="container">
<div class="row title-row">
<div class="col-12 font-thin">
Science
<span class="font-semibold">Makers</span>
is an online community for
<span class="font-semibold">hands-on science.</span>
</div>
</div>
<!-- /row -->
<div class="row line-row">
<div class="hr"> </div>
</div>
<!-- /row -->
<div class="row subtitle-row">
<div class="col-12 font-thin">
<span class="font-semibold">Join</span>
local events & competitions,
<span class="font-semibold">hack</span>
your own hardware & software,
<span class="font-semibold">collaborate</span>
on existing projects,
<span class="font-semibold">create</span>
new projects, and
<span class="font-semibold">share</span>
your science with the world.
</div>
</div>
<!-- /row -->
<div class="row content-row">
<div class="col-12 col-lg-3 col-sm-6">
<p>
<i class="icon icon-group"></i>
</p>
<h2 class="font-thin">
<span class="font-semibold">Clubs</span>
</h2>
<h4 class="font-thin">Join a club near you, or start one yourself.</h4>
</div>
<!-- /col12 -->
<div class="col-12 col-lg-3 col-sm-6">
<p>
<i class="icon icon-beaker"></i>
</p>
<h2 class="font-thin">
<span class="font-semibold">Projects</span>
</h2>
<h4 class="font-thin">Join a project, or start one yourself.</h4>
</div>
<!-- /col12 -->
<div class="col-12 col-lg-3 col-sm-6">
<p>
<i class="icon icon-rocket"></i>
</p>
<h2 class="font-thin">
<span class="font-semibold">Challenges</span>
</h2>
<h4 class="font-thin">Enter a challenge or start one yourself.</h4>
</div>
<!-- /col12 -->
<div class="col-12 col-lg-3 col-sm-6">
<p>
<i class="icon icon-globe"></i>
</p>
<h2 class="font-semibold">Events</h2>
<h4 class="font-thin">Meet up with other ScienceMakers.</h4>
</div>
<!-- /col12 -->
</div>
<!-- /row -->
</div>
<!-- /container -->