-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-2.html
More file actions
174 lines (151 loc) · 5.11 KB
/
index-2.html
File metadata and controls
174 lines (151 loc) · 5.11 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Berti - Full-Stack Dev</title>
<meta name="description"
content="Jonathan Berti - Full-Stack Web Developer Resume - 2019 - I've been writing code for the web and using Linux since Netscape Navigator 1.0 shipped with RedHat in 1997. Since then, I have been solving problems on the web with Javascript, PHP, Python and a host of other languages. Maybe you should hire me. I charge $1,000,000 an hour usually, but, I like you, I bet we could work something out." />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon"
href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAO9AAADvQBThc/RQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAK0SURBVFiFvddNqFVVFAfw333v5mflB/ZUFIU0DUEhR0HZRFQEUaShJBY8k8SBQx2kTUKjQKf5MdCBQuAkSNCJghAhOPALFEIkjEw0U/OL53sO1rne8/Y9577nO/f1h8PlrL3XWf+991r/tS+jgx4cx0Pcxrd4Y5RitaCOCxhInr3/F4HlBcEH8BRj0sldo0Cgp8Q+ts3YK0zH+xUJLFK8A7dRG8r5MC5VJAAHk+D92FA0sZ6838fUDhD4Er9iBZ7jKE4Px/FrkSydwoc4h8e4hi1DOWwTWzaxA8Fn4IHWXNicjS/G2rQK7me/nTiGdXirwN4g8AGWpDnwT47AH0ME+Bgfid0ah0lZwDmYi1klfu9mv13oTgl8liPQDpNFUo0bYl4RpuBNUZItBP7GMc2dSDERS9E3wuANzM8I1FMCd7EDjzATX2k2kT+xSZxdP26Ilbwjmk6fyKFb4vj+VZ7172UE1LAnN7BU1O6PQjqf5cb6DZbuJwaX7D78lXuvZQuZUEBgp9jteTVRGp3AEq0qelGUW4pDQqjmjUYzyuN6iX2+WHitLvr0bCVa3QbPxLY3cKdgzs0S37m4J1dtyxR3sHZPWaUQpfa96ANFvndEMp+qQqChmim2impq53slW/3FThKo48gw/PqxMfO5nupAFRzQVNIU/+GyWPFPmq15fBUC+dtNrxCpFFeFst7DQiFAm7BSCNfdTpRhD34osJ8XidqLBXiB1UIpfxci9mlj8khy4EHmu69gbHf2zeWa6rkmG+vNs6x6BG/ji8R+Et8YpsJWOYIa1ht86RjA9uEGr0qgC6sS2xlx93utj4wU3fgksf3yuh+pQmCM1mvX2ZK5kzX/FU0TKjgo9kiqoEjfuwuC7y+Zv4tmFfRp31yK8BAn8Lm4LW0RtZ7iO/wsrnDjc/bf4CVFZu1lWeEHHAAAAABJRU5ErkJggg==" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/showdown/1.9.0/showdown.min.js"></script>
<script src="ghDirList.js"></script>
<style>
@import url(https://fonts.googleapis.com/css?family=Roboto);
body {
font-family: "Roboto", "Sans Serif";
font-size: 18pt;
color: #fff;
background: #444a4e;
}
h1 {
width: 100%;
height: fit-content;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #27628a77;
font-size: 20px;
}
p {
font-size:18px;
height: 100%;
color: #ff9900;
background-color: #3a473dbd;
border-radius: 50%;
width: fit-content;
}
.wrapper {
margin: 0px auto;
width: max-content;
text-align: center;
}
ul {
list-style: none;
margin: 0;
padding: 0;
width: fit-content;
}
label {
display: block;
cursor: pointer;
padding: 10px;
border: 1px solid #fff;
border-bottom: none;
}
label:hover {
background: #353b39;
}
label.last {
border-bottom: 1px solid #fff;
}
ul ul li {
margin: 0 auto;
width:100%;
height: fit-content;
padding: 5% 0 5% 0;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #252627;
text-overflow: ellipsis;
display: grid;
align-content: center;
justify-content: center;
}
input[type="checkbox"] {
position: absolute;
left: -9999px;
}
input[type="button"] {
position: absolute;
left: -9999px;
}
a {
text-decoration: none;
color: inherit;
}
input[type="checkbox"]~ul {
height: 0;
transform: scaleY(0);
}
input[type="checkbox"]:checked~ul {
height: 100%;
transform-origin: top;
transition: transform 0.2s ease-out;
transform: scaleY(1);
}
input[type="checkbox"]:checked+label {
background: #86721b;
border-bottom: 1px solid #fff;
}
body>div>ul>label:last-child {
border-bottom: 1px solid #fff;
}
.lds-hourglass {
display: inline-block;
position: relative;
width: 64px;
text-align: center;
height: 64px;
margin: 0px auto;
}
.lds-hourglass:after {
content: " ";
display: block;
border-radius: 50%;
width: 0;
height: 0;
margin: 6px;
box-sizing: border-box;
border: 26px solid #fff;
border-color: #fff transparent #fff transparent;
animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
0% {
transform: rotate(0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
50% {
transform: rotate(900deg);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
100% {
transform: rotate(1800deg);
}
}
</style>
</head>
<body>
<div class="wrapper">
<div class="lds-hourglass"></div>
</div>
</body>
</html>