File tree 3 files changed +8
-10
lines changed
3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ <h1 class="nav-top-logo pull-left">
13
13
< ul class ="nav-top-pagelinks pull-right ">
14
14
< li >
15
15
< a title ="Link to upcoming events " class ="nav-link " href ="#events ">
16
- < i class ="icon -calendar "> </ i >
16
+ < i class ="fa fa -calendar "> </ i >
17
17
Upcoming Events
18
18
</ a >
19
19
</ li >
20
20
< a title ="Link to the mentorship share section " class ="nav-link " href ="#mentorship ">
21
- < i class ="icon -star "> </ i >
21
+ < i class ="fa fa -star "> </ i >
22
22
Mentorship
23
23
</ a >
24
24
</ li >
Original file line number Diff line number Diff line change 8
8
< link href ="/css/bootstrap.min.css " media ="screen " rel ="stylesheet " type ="text/css " />
9
9
< link href ="/css/app.css " media ="screen " rel ="stylesheet " type ="text/css " />
10
10
< link href ='http://fonts.googleapis.com/css?family=Lato:100,300 ' rel ='stylesheet ' type ='text/css '>
11
- < link href ="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css " media ="screen " rel ="stylesheet " type ="text/css " />
12
- <!--[if IE 7]><link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome-ie7.css"><![endif]-->
13
- <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
11
+ < link rel ="stylesheet " href ="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css ">
14
12
</ head >
15
13
< body >
16
14
{% include header.html %}
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ <h2>Arlington Ruby</h2>
15
15
< div class ="col-md-3 ">
16
16
< h2 > Chat</ h2 >
17
17
< p > We're often on IRC at freenode/#arlingtonruby</ p >
18
- < p > < a class ="btn btn-default " href ="irc://irc.freenode.net:6667/#arlingtonruby " role ="button ">
18
+ < p > < a class ="btn btn-default btn-lg " href ="irc://irc.freenode.net:6667/#arlingtonruby " role ="button ">
19
19
IRC Client »</ a > </ p >
20
- < p > < a class ="btn btn-default " href ="http://webchat.freenode.net?channels=arlingtonruby " role ="button "> Web Chat »</ a > </ p >
20
+ < p > < a class ="btn btn-default btn-lg " href ="http://webchat.freenode.net?channels=arlingtonruby " role ="button "> Web Chat »</ a > </ p >
21
21
</ div >
22
22
< div class ="col-md-3 ">
23
23
< h2 > Links</ h2 >
24
- < p > < a class ="btn btn-default " href ="http://www.meetup.com/arlingtonruby " role ="button "> Meetup » </ a > </ p >
25
- < p > < a class ="btn btn-default " href ="http://www.twitter.com/arlingtonruby " role ="button "> Twitter » </ a > </ p >
26
- < p > < a class ="btn btn-default " href ="https://github.com/arlingtonruby " role ="button "> < i class ="fa fa-github "> </ i > GitHub » </ a > </ p >
24
+ < p > < a class ="btn btn-default btn-lg " href ="http://www.meetup.com/arlingtonruby " role ="button "> < i class =" fa fa-calendar " > </ i > Meetup </ a > </ p >
25
+ < p > < a class ="btn btn-default btn-lg " href ="http://www.twitter.com/arlingtonruby " role ="button "> < i class =" fa fa-twitter " > </ i > Twitter </ a > </ p >
26
+ < p > < a class ="btn btn-default btn-lg " href ="https://github.com/arlingtonruby " role ="button "> < i class ="fa fa-github-alt "> </ i > GitHub </ a > </ p >
27
27
</ div >
28
28
</ div >
29
29
</ div >
You can’t perform that action at this time.
0 commit comments