-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
132 lines (126 loc) · 6.33 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta property="og:title" content="Hi, it's David." />
<meta property="og:description" content="Bioinformatician and science enthusiast." />
<meta name="twitter:creator" content="@davidmasp" />
<meta name="twitter:card" content="summary" />
<meta property="og:image" content="https://david.masponte.com/files/twitter_landing_page.png" />
<title>David Mas-Ponte</title>
<meta name="description" content="Genomics. Find me at the major social sites with @davidmasp.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
@font-face {
font-family: 'Roboto';
src: url('assets/Roboto-Medium.ttf') format('truetype');
}
@font-face {
font-family: 'RobotoSlab';
src: url('assets/RobotoSlab-Medium.ttf') format('truetype');
}
</style>
<script src="https://kit.fontawesome.com/1aa0c37d34.js" crossorigin="anonymous"></script>
<link rel="icon" type="image/png" href="icon.png">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BB5VL08CT9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-BB5VL08CT9');
</script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap">
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
fontFamily: {
'roboto': ['Roboto', 'sans-serif'],
'slab': ['RobotoSlab', 'sans-serif'],
},
colors: {
greenfg: '#038C9F',
greenbg: '#C6F4E8',
}
}
}
}
</script>
</head>
<body class="bg-greenbg font-roboto">
<div class="w-full h-screen">
<div class="grid grid-cols-1 md:grid-cols-2 gap-2 m-auto p-4 content-center justify-stretch h-screen md:w-3/4 lg:w-3/5 xl:2/5 2xl:1/5">
<div class="bg-greenbg p-4 rounded justify-center">
<p class="font-slab text-xl text-greenfg md:text-right">David Mas-Ponte, Ph.D. </p>
<p class="text-left text-lg text-greenfg md:text-right">
I am a postdoc with
<a class="underline" href="https://www.gs.washington.edu/faculty/harris.htm">Kelley Harris</a> (UW)
studying the genetic determinants on mutagenesis
(why our genome changes) during
reproduction, aging and cancer.
I have a background in genomics and bioinformatics and I am interested in all things DNA.
</p>
</div>
<div class="flex justify-center">
<div class="self-center p-4 rounded grid grid-cols-3 gap-3 justify-stretch max-w-80 h-36">
<div class="flex justify-center h-12">
<button
class="hover:bg-greenfg text-greenfg hover:text-greenbg border-greenfg font-bold py-2 px-4 border-2 rounded-full w-24 h-10">
<a href="mailto:[email protected]?subject=Hello there!">
<i class="fa-solid fa-at"></i>
</a>
</button>
</div>
<div class="flex justify-center h-12">
<button
class="hover:bg-greenfg text-greenfg hover:text-greenbg border-greenfg font-bold py-2 px-4 border-2 rounded-full w-24 h-10">
<a href="https://twitter.com/davidmasp?lang=en" target="_blank">
<i class="fa-brands fa-twitter"></i>
</a>
</button>
</div>
<div class="flex justify-center h-12">
<button
class="hover:bg-greenfg text-greenfg hover:text-greenbg border-greenfg font-bold py-2 px-4 border-2 rounded-full w-24 h-10">
<a href="https://github.com/davidmasp" target="_blank">
<i class="fa-brands fa-github"></i>
</a>
</button>
</div>
<div class="flex justify-center h-12">
<button
class="hover:bg-greenfg text-greenfg hover:text-greenbg border-greenfg font-bold py-2 px-4 border-2 rounded-full w-24 h-10">
<a href="files/cv.pdf" target="_blank">
<i class="fa-solid fa-file"></i> cv
</a>
</button>
</div>
<div class="flex justify-center h-12">
<button
class="hover:bg-greenfg text-greenfg hover:text-greenbg border-greenfg font-bold py-2 px-4 border-2 rounded-full w-24 h-10">
<a href="https://scholar.google.com/citations?hl=en&user=W3QNbCEAAAAJ" target="_blank">
<i class="fa-solid fa-folder-open"></i> pub
</a>
</button>
</div>
<div class="flex justify-center h-12">
<button
class="hover:bg-greenfg text-greenfg hover:text-greenbg border-greenfg font-bold py-2 px-4 border-2 rounded-full w-24 h-10">
<a href="https://davidmasp.substack.com" target="_blank">
<i class="fa-solid fa-pen-nib"></i> blog
</a>
</button>
</div>
</div>
</div>
</div>
<div class="absolute bottom-10 text-center w-screen">
<p class="text-greenfg">
<i class="fa-solid fa-location-dot"></i> - Seattle, WA
</p>
</div>
</div>
</body>