Skip to content

Commit 4284994

Browse files
committed
compiling harp
1 parent 03cff1a commit 4284994

20 files changed

+116
-0
lines changed

404.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1"><title>atalia Baltazar's personal website</title><link rel="stylesheet" href="./css/vendors/lemonade-2.1/css/lemonade.min.css"><link rel="stylesheet" href="./css/main.css"><link rel="icon" type="image/png" href="./img/nfavicon.png"></head><body><div class="img-container landing"><div><h1>Natalia Baltazar</h1><hr/><h2>Web Developer</h2></div></div><div class="frame text-block"><div class="portrait-container"><img src="./img/natalia.jpg" class="portrait"/></div><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p><br/><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></div><div class="img-container small blog"><h2>blog</h2></div><div class="text-block"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p><br/><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></div><div class="img-container small work"><h2>work</h2></div><div class="text-block"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p><br/><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></div><div class="img-container small contact"><h2>contact me</h2></div><div class="text-block"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p><br/><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></div><footer><div class="icon-container"><a href="mailto:natalialeebaltazar@gmail.com"><img src="./img/icons/email.png"/></a><a href="https://twitter.com/NataliaLKB" target="_blank"><img src="./img/icons/twitter.png"/></a><a href="https://uk.linkedin.com/pub/natalia-baltazar/59/511/310" target="_blank"><img src="./img/icons/linkedin.png"/></a><a href="https://github.com/NataliaLKB" target="_blank"><img src="./img/icons/github.png"/></a></div><h6>Images, content, design, and development by Natalia Baltazar</h6></footer></body></html>

css/main.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
* {
2+
margin: 0;
3+
padding: 0;
4+
box-sizing: border-box; }
5+
6+
.frame {
7+
margin: 0 auto;
8+
max-width: 100%; }
9+
.frame:after {
10+
content: "";
11+
display: table;
12+
clear: both; }
13+
14+
[class*='bit-'] {
15+
float: left;
16+
padding: 0.3em; }
17+
18+
.bit-1 {
19+
width: 100%; }
20+
21+
.bit-2 {
22+
width: 50%; }
23+
24+
.bit-3 {
25+
width: 33.33333%; }
26+
27+
.bit-4 {
28+
width: 25%; }
29+
30+
.bit-5 {
31+
width: 20%; }
32+
33+
.bit-6 {
34+
width: 16.66667%; }
35+
36+
.bit-7 {
37+
width: 14.28571%; }
38+
39+
.bit-8 {
40+
width: 12.5%; }
41+
42+
.bit-9 {
43+
width: 11.11111%; }
44+
45+
.bit-10 {
46+
width: 10%; }
47+
48+
.bit-11 {
49+
width: 9.09091%; }
50+
51+
.bit-12 {
52+
width: 8.33333%; }
53+
54+
.bit-25 {
55+
width: 25%; }
56+
57+
.bit-40 {
58+
width: 40%; }
59+
60+
.bit-60 {
61+
width: 60%; }
62+
63+
.bit-75 {
64+
width: 75%; }
65+
66+
@media (max-width: 30em) {
67+
.bit-1 {
68+
width: 100%; }
69+
.bit-2 {
70+
width: 100%; }
71+
.bit-3 {
72+
width: 100%; }
73+
.bit-4 {
74+
width: 100%; }
75+
.bit-5 {
76+
width: 100%; }
77+
.bit-6 {
78+
width: 100%; }
79+
.bit-7 {
80+
width: 100%; }
81+
.bit-8 {
82+
width: 100%; }
83+
.bit-9 {
84+
width: 100%; }
85+
.bit-10 {
86+
width: 100%; }
87+
.bit-11 {
88+
width: 100%; }
89+
.bit-12 {
90+
width: 100%; } }
91+
92+
@media (min-width: 30em) and (max-width: 50em) {
93+
.bit-4, .bit-6, .bit-8, .bit-10, .bit-12 {
94+
width: 50%; }
95+
.bit-1, .bit-2, .bit-3, .bit-5, .bit-7, .bit-9, .bit-11 {
96+
width: 100%; } }
97+
98+
@media (min-width: 50em) and (max-width: 68.75em) {
99+
.bit-2, .bit-7 {
100+
width: 100%; }
101+
.bit-4, .bit-8, .bit-10, .bit-12 {
102+
width: 50%; } }
103+
104+
.box {
105+
background: #FCD920;
106+
font-family: "Futura", sans-serif;
107+
font-size: 14px;
108+
text-align: center;
109+
padding: 20px 0; }
110+
.box--new {
111+
background: #87D37C; }

css/vendors/lemonade-2.1/css/lemonade.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/vendors/lemonade-2.1/scss/lemonade.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

img/icons/email.png

6.83 KB
Loading

img/icons/github.png

6.96 KB
Loading

img/icons/linkedin.png

14.4 KB
Loading

img/icons/twitter.png

11.2 KB
Loading

img/landscapes/isleofskye.jpg

1.12 MB
Loading

0 commit comments

Comments
 (0)