-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
27 lines (21 loc) · 1.69 KB
/
about.php
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
<?php include("template_header.php"); ?>
<a href="http://www.maymillerricci.wordpress.com" target="_blank">
<img class="to_sepia" src="assets/images/stars.jpg" alt="moon and stars blog icon"></a>
<p class="fix_height"><a href="http://www.maymillerricci.wordpress.com" target="_blank">My blog: The Coding Road</a> - Read my blog about learning to code and attending <a href="http://www.codingdojo.co" target="_blank">Coding Dojo</a> bootcamp.</p>
<a href="http://www.linkedin.com/in/maymillerricci" target="_blank">
<img class="to_sepia" src="assets/images/linkedin.png" alt="LinkedIn logo">
</a>
<p class="fix_height"><a href="http://www.linkedin.com/in/maymillerricci" target="_blank">LinkedIn</a> - View my professional profile.</p>
<a href="https://github.com/maymillerricci" target="_blank">
<img class="to_sepia" src="assets/images/octocat.png" alt="Github logo">
</a>
<p class="fix_height"><a href="https://github.com/maymillerricci" target="_blank">Github</a> - Check out my code!</p>
<a href="http://www.codeivate.com/users/maymillerricci" target="_blank">
<img src="http://www.codeivate.com/users/maymillerricci/signature.jpg" alt="Codeivate signature">
</a>
<p class="fix_height"><a href="http://www.codeivate.com/users/maymillerricci" target="_blank">Codeivate</a> - Watch me "level up" as I code.</p>
<a href="http://www.ravelry.com/people/maymay7" target="_blank">
<img class="to_sepia" src="assets/images/knit.png" alt="wizard icon">
</a>
<p class="fix_height"><a href="http://www.ravelry.com/people/maymay7" target="_blank">Ravelry</a> - When I'm not coding, I love to knit! Check me out on Ravelry if you're a fellow Ravelry crafter.</p>
<?php include("template_footer.php"); ?>