-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (69 loc) · 1.72 KB
/
index.html
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
---
layout: page
---
<!-- <!DOCTYPE html> -->
<html>
<head>
<style type="text/css">
hr.large {
border-color: inherit;
border-radius: 0.1875rem;
margin: 0.8rem auto;
}
#homepage-heading {
margin-top: 0.75rem;
}
#homepage-subheading {
font-weight: 800;
line-height: 1.1;
}
/* defining classes differently for mobile and desktop. */
@media (min-width: 1200px) {
hr.large {
max-width: 25rem;
/* max-width: 21rem; */
border-width: 0.25rem;
}
#homepage-heading {
font-size: 3.25rem;
}
#homepage-subheading {
font-size: 4.5rem;
margin-bottom: 2rem;
/* transform: perspective(130px) rotateX(20deg); */
/* -webkit-transform: perspective(100px) rotateX(20deg); */
}
}
@media (max-width: 1200px) {
hr.large {
max-width: 14.5rem;
/* max-width: 13rem; */
border-width: 0.2rem;
}
#homepage-heading {
font-size: 1.8rem;
}
#homepage-subheading {
font-size: 2.5rem;
margin-bottom: 0.5rem;
}
}
</style>
</head>
<div style="margin-bottom:30px">
<center>
<h1 id="homepage-heading">Charlie Yaris</h1>
<hr class="large" />
<div id="homepage-subheading">Data Engineer</div>
</center>
</div>
<link
type="text/css"
rel="stylesheet"
href="https://s3.us-east-2.amazonaws.com/cyaris.github.io/profile_photo/bundle.css"
/>
<script
type="text/javascript"
src="https://s3.us-east-2.amazonaws.com/cyaris.github.io/profile_photo/bundle.js"
></script>
</html>