Skip to content

Commit ede3034

Browse files
author
Jer'Maine Montiel
committed
added icons to pillar sections
1 parent 8e76b8a commit ede3034

2 files changed

Lines changed: 23 additions & 19 deletions

File tree

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
<script type="text/javascript" src="scripts/less.min.js"></script>
88
<script type="text/javascript" src="scripts/jquery-2.1.4.js"></script>
99
<script type="text/javascript" src="scripts/script.js"></script>
10+
<script src="https://use.fontawesome.com/1fc0e69d37.js"></script>
1011
<meta name="viewport" content="width=device-width, initial-scale=1">
1112
</head>
1213
<body>
13-
<nav class="nav navbar-fixed-top">
14+
<nav class="nav navbar-fixed-top navbar-inverse">
1415
<div class="container-fluid">
1516
<ul class="nav navbar-nav pull-right">
1617
<li><a href="#share">.<span id="share-link">share</span>()</a></li>
@@ -33,20 +34,23 @@ <h1><p>$(datcode) <span id="mission">is a community made of Black and POC coders
3334
<div id="words" class="col-md-12">
3435
<h1>.<span id="share-link">share</span>()</h1>
3536
<h3>Sharing of knowledge is a big part of the community. Through our workshops, our <a href="http://bit.ly/datcodeslack">Slack group</a> discussions, or simply adding #DatCode to a tweet, there's a place for you to ask questions or share what you know. We're open to beginners and experts alike.</h3>
37+
<i class="fa fa-book fa-5x"></i>
3638
</div>
3739
</div>
3840
<div id="converse" class="container pillar-section">
3941
<div id="photo" class="col-md-12"></div>
4042
<div id="words" class="col-md-12">
4143
<h1>.<span id="converse-link">converse</span>()</h1>
4244
<h3>As much as we're the same, we're different. Meet people from your area at our socials, or chop it up amongst the community in our <a href="http://bit.ly/datcodeslack">Slack group</a>. Whatever you want to talk about, it's open for discussion. </h3>
45+
<i class="fa fa-comments fa-5x"></i>
4346
</div>
4447
</div>
4548
<div id="collab" class="container pillar-section">
4649
<div id="photo" class="col-md-12"></div>
4750
<div id="words" class="col-md-12">
4851
<h1>.<span id="collab-link">collaborate</span>()</h1>
4952
<h3>If you think you have a pretty cool idea, let it be known and share it with the community. If other coders think so too, hack it out, maybe even set up a hackathon!<br><br>You could find your next project team here, and we want you to. Go forth and code.</h3>
53+
<i class="fa fa-group fa-5x"></i>
5054
</div>
5155
</div>
5256
</div>

styles/base.less

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
body{
22
background-color: #232323;
33
color: white;
4-
padding-top: 50px;
4+
padding-top: 70px;
55
}
66

77
.nav{
8-
background-color: #232323;
8+
color: white;
99
font-size: 1.15em;
10-
a{
11-
font-size: 1.25em;
12-
color: white;
13-
padding: 20px 15px;
14-
}
10+
1511
}
12+
1613
#mission{
1714
color: darkgray;
1815
}
@@ -36,29 +33,32 @@ body{
3633
height: 100vh;
3734
}
3835

39-
#intro h1{
40-
padding-left: 30px;
41-
vertical-align: middle;
36+
#intro{
37+
38+
h1{
39+
height: 100%;
40+
padding: 30px auto 0 auto;
41+
}
4242
}
4343

4444
.pillar-section{
4545
height: 100vh;
46-
padding: 20px 0;
46+
padding: 70px 0;
47+
4748
}
4849

49-
<<<<<<< Updated upstream
50-
.container{
51-
text-align: center;
52-
}
53-
#pillar-section{
54-
=======
50+
i{
51+
width: 100%;
52+
padding: 30px;
53+
text-align: center;
54+
}
55+
5556
#words{
5657
padding: 0 20%;
5758
}
5859

5960
#join{
6061

61-
>>>>>>> Stashed changes
6262
height: 60vh;
6363
}
6464

0 commit comments

Comments
 (0)