Skip to content
This repository was archived by the owner on May 21, 2020. It is now read-only.

Commit f40387a

Browse files
committed
Merge branch 'master' of github.com:insilichem/insilichem.github.io
2 parents 1a88594 + 0f24a26 commit f40387a

File tree

6 files changed

+13
-9
lines changed

6 files changed

+13
-9
lines changed

assets/css/icomoon.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
font-weight: normal;
99
font-style: normal;
1010
}
11-
12-
.icon-uniF153:before {
11+
12+
.icon-python:before {
1313
content: "\f153";
1414
}
1515
.icon-home:before {
@@ -56,4 +56,7 @@
5656
}
5757
.icon-file-text2:before {
5858
content: "\e900";
59-
}
59+
}
60+
.icon-twitter:before {
61+
content: "\ea96";
62+
}

assets/fonts/icomoon.eot

264 Bytes
Binary file not shown.

assets/fonts/icomoon.svg

Lines changed: 4 additions & 3 deletions
Loading

assets/fonts/icomoon.ttf

264 Bytes
Binary file not shown.

assets/fonts/icomoon.woff

264 Bytes
Binary file not shown.

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ <h2>What is InSiliChem?</h2>
214214
<ul class="icons major">
215215
<li><span class="icon icon-flask"><span class="label">Chemistry</span></span></li>
216216
<li><span class="icon icon-leaf"><span class="label">Biotech</span></span></li>
217-
<li><span class="icon icon-uniF153"><span class="label">Python</span></span></li>
217+
<li><span class="icon icon-python"><span class="label">Python</span></span></li>
218218
</ul>
219219
</section>
220220

@@ -468,11 +468,11 @@ <h2>Contact us</h2>
468468
<footer id="footer">
469469
<ul class="icons">
470470
<li><a href="https://github.com/insilichem" class="icon icon-github" target="_blank"><span class="label">Github</span></a></li>
471-
<!-- <li><a href="#" class="icon icon-linkedin" target="_blank"><span class="label">LinkedIn</span></a></li> -->
471+
<li><a href="https://twitter.com/insilichem" class="icon icon-twitter" target="_blank"><span class="label">Twitter</span></a></li>
472472
<li><a href="mailto:info@insilichem.com" class="icon icon-envelope" target="_blank"><span class="label">Email</span></a></li>
473473
</ul>
474474
<p class="copyright">
475-
&copy; 2017, InsiliChem<br />
475+
&copy; 2018, InsiliChem<br />
476476
With ♥ by <a href="https://github.com/jaimergp">@jaimergp</a> &middot; UI adapted from <a href="http://html5up.net">HTML5 UP</a>
477477
</footer>
478478

0 commit comments

Comments
 (0)