-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestPage_cv.html
More file actions
114 lines (88 loc) · 2.74 KB
/
testPage_cv.html
File metadata and controls
114 lines (88 loc) · 2.74 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<head>
<link href="/normalize.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<style>
ul {
padding: 60px 10px 10px 10px;
text-align: center;
}
li {
display: inline;
padding: 0px 15px 0px 15px;
font-family: 'Roboto', sans-serif;
font-weight: 100;
color: black;
font-size: 20px;
}
a {
color: black;
}
a1 {
font-size: 30px;
font-weight: 100;
padding: 0px 160px 0px 0px;
}
div {
height: 250px;
background-size: cover;
position: relative;
margin: 20px 0 20px 0;
}
.first{
background-image: url("https://farm8.staticflickr.com/7447/16264257619_c8bf21ff26_o.jpg");
border-radius: 6px;
background-size: cover;
}
/*article {
font-family: 'Roboto', sans-serif;
max-width: 585px;
padding: 20px;
margin: 0 auto;
text-align: justify;
}*/
/*changing the style structure for smaller screens*/
@media (max-width: 500px) {
h1 {
font-size: 36px;
}
li {
display: block;
padding: 5px;
}
}
</style>
</head>
<body>
<ul>
<li>
<a1>
<a href="#" style="text-decoration:none">kevin sparks</a>
</a1>
</li>
<li>
<a href="#" style="text-decoration:none">about</a>
</li>
<li>
<a href="#" style="text-decoration:none">projects</a>
</li>
<li>
<a href="#" style="text-decoration:none">cv</a>
</li>
</ul>
<div class="first">
</div>
<!--
<article>
<h2>VHS umami pop-up trust fund</h2>
<p>Marfa church-key kitsch bicycle rights, 8-bit mixtape cardigan gentrify Echo Park. Street art swag brunch, next level roof party Schlitz hella organic keffiyeh selfies. You probably haven't heard of them polaroid hashtag +1, meggings biodiesel Portland High Life cray tumblr retro.</p>
</article>
<article>
<h2>Sartorial synth Echo Park, roof party</h2>
<p>chambray you probably haven't heard of them pour-over viral selvage umami skateboard VHS post-ironic selfies. Wes Anderson gentrify fanny pack twee, bicycle rights bitters blog keffiyeh plaid flannel. Tonx irony cliche sustainable mlkshk bitters. Four loko leggings chambray Vice.</p>
</article>
<article>
<h2>Forage food truck keytar master cleanse</h2>
<p>ethical thundercats sustainable locavore quinoa Neutra. Aesthetic Cosby sweater single-origin coffee, bicycle rights organic lo-fi street art american apparel ennui four loko ethnic Brooklyn small batch. Forage YOLO polaroid</p>
</article> -->
</body>