Skip to content

Commit 9a567f9

Browse files
committed
initial commit
1 parent e63600b commit 9a567f9

10 files changed

+6402
-0
lines changed
177 KB
Loading

liam.html

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Liam Becker</title>
7+
<link rel="stylesheet" href="styles.css">
8+
</head>
9+
<body>
10+
<!-- Header -->
11+
<header class="masthead d-flex">
12+
<div class="container text-center">
13+
<div class="row h-66 align-items-end">
14+
<div class="col">
15+
<h1 class="mt-auto">Liam Becker</h1>
16+
<h5 class="mb-4">Astronomy and Physics Student at the University of Washington</h5>
17+
</div>
18+
</div>
19+
<div class="row h-33 align-items-end">
20+
<div class="col">
21+
<!-- <a id="findoutmore" class="btn btn-outline-light js-scroll-trigger mb-4" href="#about">Find Out More</a> -->
22+
</div>
23+
</div>
24+
</div>
25+
<div class="overlay"></div>
26+
</header>
27+
28+
29+
30+
<!-- <div class="">
31+
32+
</div>
33+
<div class="container">
34+
<div class="marker red">
35+
<div class="cap"></div>
36+
<div class="sleeve"></div>
37+
</div>
38+
<div class="marker green">
39+
<div class="cap"></div>
40+
<div class="sleeve"></div>
41+
</div>
42+
<div class="marker blue">
43+
<div class="cap"></div>
44+
<div class="sleeve"></div>
45+
</div>
46+
</div> -->
47+
</body>
48+
</html>

live_liam_reaction5.png

2.68 MB
Loading

live_reaction (1).png

273 KB
Loading

live_reaction.png

275 KB
Loading

styles.css

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
header{
2+
display: block;
3+
text-align: center;
4+
}
5+
6+
7+
.masthead {
8+
min-height: 30rem;
9+
position: relative;
10+
display: table;
11+
width: 100%;
12+
height: 100vh;
13+
background: url(./imgs/20240515_DiRAC\ Portraits\ Studio_EDIT_MS_0588-XL.jpg);
14+
background-position: center center;
15+
background-repeat: no-repeat;
16+
background-size: cover;
17+
background-attachment: fixed;
18+
}
19+
.d-flex {
20+
display: -ms-flexbox!important;
21+
display: flex !important
22+
;
23+
}
24+
25+
h1 {
26+
text-align: center;
27+
}
28+
29+
.container {
30+
background-color: rgba(255, 255, 255, 0.04);
31+
padding: 10px 0;
32+
}
33+
34+
html {
35+
font-family: sans-serif;
36+
line-height: 1.15;
37+
-webkit-text-size-adjust: 100%;
38+
-webkit-tap-highlight-color: transparent;
39+
}

tom.html

Lines changed: 1210 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)