-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (76 loc) · 2.36 KB
/
index.html
File metadata and controls
91 lines (76 loc) · 2.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,500;1,900&display=swap" rel="stylesheet">
<link href="Styles/header-paragraph.css" rel="stylesheet">
<title>Home</title>
</head>
<body>
<marquee class="mega">pathology/structural biology</marquee>
<!--<div class="nav">
<p>
Home
</p>
</div>-->
<div class="container">
<div class="modal">
<div class="top">
230116, v0.36
</div>
<div>
<img class="profile" src="Images/profile.png">
</div>
<div class="bottom">
<p>
Welcome, site's a work in progress
</p>
<p class="bigger">
614.407.6833
</p>
<p>
david.lemaster@gmail.com
</p>
</div>
</div>
</div>
<!--
<div>
<img class="headerimg" src="Images/apoptosome.png">
</div>
<div>
<p class="header">Structural Biology</p>
</div>
<div class="intro">
<p>
Being just the start of a career in discovery and discipline, compiling research is key.
Have you heard of structural biology or know what a structural study is?
What about pathology—investigating what disease is and how it develops?
</p>
<p>
Every domain of life no matter how specialized in quantity is comprised of 4 classes of biomolecules!
In that way, an active pursuit in wondering how things work together accompanies the very emergent behaviors found in biology.<br>
</p>
<p>
The cool-looking thing above? The apoptosome, a cell particle for triggering apoptosis; programmed cell death.
</p>
<p>
blah blah blah
</p>
</div>
<div class="intro2">
<p>
What more can be said?
</div>
-->
<div class="footer">
<p>
lemaster.dev
</p>
</div>
</body>
</html>