8000 corrections and footer · fixmycode/fixmycode.github.io@8402f5a · GitHub
[go: up one dir, main page]

Skip to content

Commit 8402f5a

Browse files
committed
corrections and footer
1 parent 4e92b14 commit 8402f5a

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

css/personal.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,12 @@ ul.tags > li {
182182
}
183183
ul.tags > li:before {
184184
content: "#";
185+
}
186+
187+
/*Footer*/
188+
footer {
189+
font-family: monospace;
190+
font-size: 70%;
191+
color: rgba(0,0,0,0.7);
192+
text-align: center;
185193
}

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h1>work experience</h1>
4141
<li>
4242
<h2><a href="http://mammut.github.io/blackbird/">Blackbird Software</a></h2>
4343
<span>Project Manager. March 2014, ongoing</span>
44-
<p>My colleages and I formed this team to participate in the <a href="http://www.feriadesoftware.cl">XXII Software Faire</a>, an event our university holds every year to encourage students to challenge themselves in IT.</p><p>The product we're working on for the faire is an educational tool disguised as a mobile math game for elementary school students. Some of the cool things that this projects has is real time wireless interaction between mobile devices and desktop computers, sensor data tracking and analytics.</p>
44+
<p>My colleagues and I formed this team to participate in the <a href="http://www.feriadesoftware.cl">XXII Software Faire</a>, an event our university holds every year to encourage students to challenge themselves in IT.</p><p>The product we're presenting on the faire is an educational tool disguised as a mobile math game for elementary school students. Some of the cool things that this projects has is real time wireless interaction between mobile devices and desktop computers, sensor data tracking and analytics.</p>
4545
<ul class="tags">
4646
<li>Mobile</li>
4747
<li>Edugaming</li>
@@ -153,7 +153,7 @@ <h3><a href="http://www.steamcommunity.com/id/fixmycode">Indie Games</a></h3>
153153
</li>
154154
<li>
155155
<h3>Open-Source Software</h3>
156-
<p>I love the movement. I've taken part in a <a href="http://misago-project.org/">couple</a> of <a href="http://ajenti.org/">projects</a> and I was a volunteer for <a href="http://www.flisol.info/">FLISoL</a> a couple of times.</p>
156+
<p>I love the movement. I've taken part in a <a href="http://misago-project.org/">couple</a> of <a href="http://ajenti.org/">projects</a> and I volunteered for <a href="http://www.flisol.info/">FLISoL</a> a couple of times.</p>
157157
</li>
158158
<li>
159159
<h3>GNU/Linux</h3>
@@ -185,11 +185,12 @@ <h1>things I hate</h1>
185185
</section>
186186
<section id="why">
187187
<h1>why "fixmycode"?</h1>
188-
<p>I bought the domain because I wanted to start a blog about best programming practices, but I was too busy at the time to do it so I redirected it to my tumblr, then I started using it as username for a lot of services. Since it was an .me domain, I thought posting my resume here was only logical.</p>
188+
<p>I bought the domain because I wanted to start a blog about best programming practices, but I was too busy at the time to do it so I redirected it to my Tumblr, then I started using it as username for a lot of services. Since it was an .me domain, I thought posting my resume here was only logical.</p>
189189
</section>
190190
<section id="reach">
191191
<h1>how to reach me</h1>
192-
<p>I'm not the kind of person that publishes his contact information in a public website, so you may want to reach me through one of the many personal <a href="#links">links</a> I provided above. If you still can't get in touch with me, we weren't ment to be... &lt;/3 I'm sorry</p>
192+
<p>I'm not the kind of person that publishes his contact information in a public website, so you may want to reach me through one of the many personal <a href="#personal">links</a> I provided above. If you still can't get in touch with me, we weren't ment to be... &lt;/3 I'm sorry</p>
193193
</section>
194+
<footer><p><strong><a href="#personal">FIXMYCODE.ME</a></strong> | <strong>version:</strong> 0.1 | <strong>last updated:</strong> 2014-04-15</p></footer>
194195
</body>
195196
</html>

0 commit comments

Comments
 (0)
0