-
Notifications
You must be signed in to change notification settings - Fork 3
/
about_tharusha.html
190 lines (174 loc) · 4.49 KB
/
about_tharusha.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
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<head>
<style>
body {
/* Typography Declarations */
color: #222222;
font-size: 1em;
font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
.content-footer,
.masthead-heading,
.masthead-intro {
text-align: center;
}
.masthead {
padding: 6em 0;
background-image: url('https://i.imgur.com/yGmrlyg.jpg');
background-size: cover;
background-repeat: no-repeat;
border-top: solid 1em #FFCF33;
}
.masthead-intro {
/* Layout Declarations */
margin-bottom: 0.1em;
/* Typography Declarations */
font-family: "Gentium Book Basic", Georgia, serif;
font-size: 2em;
}
.masthead-heading {
/* Layout Declarations */
color: #F1C863;
margin-top: -0.2em;
/* Typography Declarations */
font-family: "Open Sans", "Helvetica Neue", sans-serif;
font-weight: bold;
font-size: 6em;
letter-spacing: -0.02em;
text-transform: uppercase;
}
.introduction-section,
.location-section,
.questions-section {
max-width: 38em;
margin-left: auto;
margin-right: auto;
margin-top: 2em;
}
.introduction-section > p,
.location-section > p,
.questions-section,
.content-footer > p {
/* Typography Declarations */
font-weight: 300;
letter-spacing: 0.05em;
}
.questions-section > h2 {
font-family: "Gentium Book Basic", Georgia, serif;
font-size: 1.2em;
font-weight: bold;
/* Layout */
margin: 2em 0 1em 0;
}
section > h1 {
margin-top: 2em;
}
.content-footer,
.masthead-heading,
.masthead-intro {
text-align: center;
}
.masthead {
padding: 6em 0;
background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQgU-mWy2e91TyJkjKYTsrGJXeBIiCEB-_vZV7Uywo_haImY5_xw2r8v9ESs6gZpNqsJos&usqp=CAU');
background-size: cover;
background-repeat: no-repeat;
border-top: solid 1em #FFCF33;
}
.masthead-intro {
margin-bottom: 0.1em;
font-family: "Gentium Book Basic", Georgia, serif;
font-size: 2em;
}
.masthead-heading {
margin-top: -0.2em;
font-family: "Open Sans", "Helvetica Neue", sans-serif;
font-weight: bold;
font-size: 6em;
letter-spacing: -0.02em;
text-transform: uppercase;
}
.introduction > p,
.location > p,
.content-footer > p {
/* Typography Declarations */
font-weight: 300;
letter-spacing: 0.05em;
}
h2 {
/* Typography Declarations */
font-family: "Gentium Book Basic", Georgia, serif;
font-size: 1.2em;
font-weight: bold;
}
.introduction-section,
.location-section,
.questions-section {
max-width: 38em;
margin-left: auto;
margin-right: auto;
margin-top: 2em;
}
.content-footer {
margin: 50px 0;
padding: 20px 0;
text-align: center;
background-color: #73A8C2;
text-decoration: none;
}
.social > li {
display: inline-block;
margin: 0 5px;
}
.content-footer > p {
color: #F7EDE1;
}
a {
font-weight: bold;
text-decoration: none;
color: #F1C863;
}
@media only screen and (max-width: 500px) {
.masthead {
padding: 3em 0;
}
.masthead-heading {
font-size: 3em;
}
.content-footer {
padding: 2em 2.5em;
}
}
</style>
</head>
<header class='masthead'>
<link rel="stylesheet" href="styles.css">
<p class='masthead-intro'>Hi I'm</p>
<h1 class='masthead-heading'>Tharusha!</h1>
</header>
<section class="introduction-section">
<h1>Introduction</h1>
<p>I am an undergraduate, part time volunteer, and soon to be web developer.</p>
<p>I love the classic things, technology, and building beautiful things.</p>
</section>
<section class="location-section">
<h1>Where I'm From</h1>
<p>I'm originally from Kegalle, Sri Lanka. </p>
</section>
<section class="questions-section">
<h1>More About Me</h1>
<h2>What are your favorite hobbies?</h2>
<p>My favorite hobby is Travelling.I am a classic bike enthusiast.</p>
<h2>What's your dream job?</h2>
<p>My dream job is similar to my current job except I would like to be building software instead of buildings.</p>
<h2>Where do you live?</h2>
<p>I live on a rural acreage, but I'm close to Warakapola and Kegalle.</p>
<h2>Why do you want to be a web developer?</h2>
<p>Because programming is awesome and programming for the internet is even more awesome.</p>
</section>
<footer class="content-footer">
<p>Say hi to me on these social networks:</p>
<ul class="social">
<li><a class="css-is-deranged" href="https://github.com/rusha-99" target="_blank">GitHub</a></li>
<li><a class="css-is-deranged" href="https://www.linkedin.com/in/tharusha-pathirana-81211519b/"target="_blank">LinkedIn</a></li>
</ul>
</footer>