-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
47 lines (40 loc) · 1.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Nicole B. Damen</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Righteous" rel="stylesheet">
</head>
<body>
<div class="picture_div" style="margin-top:10%; text-align:center;">
<img class="profile-picture" src="images/LinkedIn_Photo.jpg" width="200"/>
<h1 class="name">Nicole B. Damen</h1>
<h4 class="subtitle">PhD Student</h4>
<h4 class="subtitle">University of Nebraska Omaha</h4>
<div id="banner" style="overflow: hidden; display: flex; justify-content:center;margin-top:3%;">
<!--
<div class="" style="max-width: 20%; max-height: 20%; padding: 0 5% 0 5%;">
<a href="https://drive.google.com/file/d/1FMzpdVzOYIoCkcprvS4d5qywkuw_7_3P/view?usp=sharing" target="_blank"><img src="images/CV.png" alt=" " style="width:50px;height:50px;"></a>
</div>
-->
<div class="" style="max-width: 20%; max-height: 20%; padding: 0 5% 0 0%;">
<a href="https://www.linkedin.com/in/thenicoledamen/" target="_blank"><img src="images/LinkedIn.png" alt="LinkedIn" style="width:50px;height:50px;"></a>
</div>
<div class="" style="max-width: 20%; max-height: 20%; padding: 0 5% 0 0%;">
<a href="https://www.facebook.com/nicole.damen.003" target="_blank"><img src="images/facebook.png" alt="Facebook" style="width:50px;height:50px;"></a>
</div>
<div class="" style="max-width: 20%; max-height: 20%; padding: 0 5% 0 0%;">
<a href="mailto:ndamen@gmail.com" target="_blank"><img src="images/gmail.png" alt="Gmail" style="width:50px;height:50px;"></a>
</div>
</div>
<!--
<p> </p>
<form method="get" action="images/vinodkahuja.vcf">
<button class="blue">
<img src="images/addcontact.png" width="30" height="30"/>
<span>Add Contact </span>
</button>
</form>
-->
</body>
</html>