8000 font work · fixmycode/fixmycode.github.io@bfef1e8 · GitHub
[go: up one dir, main page]

Skip to content

Commit bfef1e8

Browse files
committed
font work
1 parent 62aa080 commit bfef1e8

File tree

2 files changed

+22
-33
lines changed

2 files changed

+22
-33
lines changed

css/personal.css

Lines changed: 19 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
@import url(http://fonts.googleapis.com/css?family=Signika:600,400,200);
2-
31
body {
4-
font-family: 'Signika', sans-serif;
5-
font-size: 12pt;
2+
font-family: Roboto, Helvetica, arial, sans-serif;
3+
font-weight: 200;
4+
font-size: 11pt;
65
background: #B7BFCC;
76
}
87

@@ -13,12 +12,14 @@ h1 {
1312
}
1413

1514
h2 {
15+
text-transform: capitalize;
16+
font-weight: 400;
1617
font-size: 130%;
1718
color: #244E99;
1819
}
1920

2021
h3 {
21-
font-weight: 600;
22+
font-weight: 400;
2223
font-size: 120%;
2324
}
2425

@@ -28,7 +29,6 @@ h1, h2, h3{
2829
}
2930

3031
p {
31-
font-weight: 200;
3232
margin: 0.5em 0 0.5em 0
3333
}
3434

@@ -49,27 +49,7 @@ section {
4949
margin: 0 2em 2em 2em;
5050
}
5151

52-
/*Descriptions*/
53-
dl dt, dl dt a {
54-
font-weight: bold;
55-
}
56-
57-
dl dd {
58-
display: block;
59-
margin: 0;
60-
margin-bottom: 0.5em;
61-
}
62-
dl dt:after {
63-
content: ":";
64-
}
65-
6652
/*Personal*/
67-
#personal dl dt {
68-
display: inline;
69-
margin-right: 0.5em;
70-
text-transform: capitalize;
71-
}
72-
7353
#personal {
7454
margin: 2em;
7555
}
@@ -109,7 +89,7 @@ dl dt:after {
10989
}
11090

11191
#work span {
112-
font-weight: 600;
92+
font-weight: 400;
11393
}
11494

11595
#work > ul > li {
@@ -129,6 +109,10 @@ dl dt:after {
129109
list-style-type: square;
130110
}
131111

112+
.mobile-invisible {
113+
font-style: italic;
114+
}
115+
132116
@media only screen and (max-width: 40em) {
133117
body{
134118
font-size: 10pt;
@@ -158,6 +142,10 @@ dl dt:after {
158142
float: none;
159143
overflow: hidden;
160144
}
145+
146+
.mobile-invisible {
147+
display: none;
148+
}
161149
}
162150

163151
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
@@ -176,8 +164,8 @@ dl dt:after {
176164

177165
/*Hashtags*/
178166
ul.tags {
179-
font-weight: 200;
180-
font-size: 10pt;
167+
font-size: 83%;
168+
font-weight: 400;
181169
padding: 0;
182170
color: rgba(0,0,0,0.5);
183171
}
@@ -191,7 +179,8 @@ ul.tags > li:before {
191179
/*Footer*/
192180
footer {
193181
font-family: monospace;
194-
font-size: 70%;
182+
font-size: 75%;
183+
font-weight: 400;
195184
color: rgba(0,0,0,0.7);
196185
text-align: center;
197186
}

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h2><a href="http://mammut.github.io/blackbird/">Blackbird Software</a></h2>
4949
</ul>
5050
</li>
5151
<li>
52-
<h2><a href="http://www.handband.cl/">HandBand Chile Ltda.</a></h2>
52+
<h2><a href="http://www.handband.cl/">HandBand Chile</a></h2>
5353
<span>Software Developer. March 2014, ongoing</span>
5454
<p>I started working at HandBand as part of a team of two, designing and implementing the back-end platform for a new product the company is developing. Some of the challanges are working with multiple devices in an offline environment and creating a bridge that is compatible with the company's old system.</p>
5555
<ul class="tags">
@@ -59,7 +59,7 @@ <h2><a href="http://www.handband.cl/">HandBand Chile Ltda.</a></h2>
5959
</ul>
6060
</li>
6161
<li>
62-
<h2><a href="http://www.poc.cl/">SPF S.A.</a></h2>
62+
<h2><a href="http://www.poc.cl/">SPF / POC</a></h2>
6363
<span>Software Developer. June 2012 to December 2013</span>
6464
<p>This was my first attempt as a student to get a job in my field, and it was a great learning experience. I was able to use my experience with open-source software to solve some of the development team's annoyances and to try new technologies to work out data synchronization problems. I worked in the front-end and in the back-end platforms, configured the software stack for the server and virtual machines and revamped the version control system (I hope they still keep it neat).</p>
6565
<ul class="tags">
@@ -83,7 +83,7 @@ <h2>GTD Manquehue</h2>
8383
</section>
8484
<section id="know">
8585
<h1>my toolbox</h1>
86-
<p>My technical knowledge varies a lot, but I've compelled a list of the things I love using for my personal, academic and professional projects. Roll over each one for a description or a silly comment</p>
86+
<p>My technical knowledge varies a lot, but I've compelled a list of the things I love using for my personal, academic and professional projects. <span class="mobile-invisible">Roll over each one for a description or a silly comment</span></p>
8787
<ul>
8888
<li>
8989
<h2>programming</h2>

0 commit comments

Comments
 (0)
0