-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (63 loc) · 3.54 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta property="og:title" content="Amanda Evelyn Cohen" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://amandaeco.github.io" />
<meta property="og:description"
content="Hi, I'm Amanda. I turn data into newsworthy insights with research, code, and design." />
<meta property="og:locale" content="en_US" />
<meta name="description" >
<meta name="keywords"
content="Amanda Evelyn Cohen, Data Storyteller, Digital PR, Content Marketing">
<meta name="robots" content="noindex, nofollow" />
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<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:wght@300;400&display=swap" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<link rel="stylesheet" href="styles.css">
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<!-- Import Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lora:400,400i,700&display=swap" rel="stylesheet">
<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=Playfair+Display&display=swap" rel="stylesheet">
<title>Amanda Evelyn Cohen</title>
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-037VKX8N37"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-037VKX8N37');
</script>
<body style="background: white;">
<!--Headshot-->
<div id="photo" class="center">
<img
src="headshot.jpeg"
class="circle responsive-img"
style="max-height:95%; max-width:95%; margin-bottom: 0;">
</div>
<!--Text introduction-->
<div id="intro">
<p style="font-weight: 400;">Hello! My name is Amanda Cohen. I turn data into narrative with research, code, and design.
</div>
<!--Add social media icons-->
<div style="margin: auto; width: 655px; max-width: 92%; margin-bottom: 40px;">
<a href="https://www.linkedin.com/in/amandaecohen/" target="_blank"><img src="linkedin.png" class="icon"></a>
<a href="https://twitter.com/amandaecohen_" target="_blank"><img src="twitter.png" class="icon"></a>
<a href="mailto: [email protected]" target="_blank"><img src="mail.png" class="icon"></a>
<a href="https://github.com/amandaeco" target="_blank"><img src="github.png" class="icon"></a>
</div>