-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (38 loc) · 1.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="I'm an undergrad student and future product manager. I think about accessibility for personal finance and diversity in tech.">
<meta name="author" content="Elaine Gao">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="css/images/eg-logo-black.png">
<link rel="shortcut icon"
type="image/png"
href="css/images/eg-logo-black.png">
<link href="https://fonts.googleapis.com/css?family=Lora:400,400i,700|Poppins:300,400,500,600,700" rel="stylesheet">
<title>Elaine Gao</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
<script type="text/javascript" src="script.js"></script>
<link rel="stylesheet" type="text/css" href="css/newstylesheet.css">
</head>
<!-- Background -->
<div class="bg landing">
<div class="container">
<div class="row">
<div class="col-lg-12 mx-auto header">
<a href="#"><img src="css/images/landingPageLogo.png"></a>
</div>
</div>
<div class="row masthead">
<div class="col-lg-12 mx-auto">
<h1>Hi! I'm Elaine.</h1>
<h6>I'm making tech more diverse and personal finance more accessible.
I want everyone to reach their dreams regarding personal growth or a fairer society. <br><a href="mailto:[email protected]" class="whiteLink">Let me know how I can help you → </a>
</h6>
<br>
</div>
</div>
<div class="row footer"></div>
</div>
</div>