-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutMe.html
More file actions
51 lines (44 loc) · 3.02 KB
/
aboutMe.html
File metadata and controls
51 lines (44 loc) · 3.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>About Me</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/cover.css">
<link rel="stylesheet" type="text/css" href="css/mystyle.css">
</head>
<body>
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="cover-container">
<div class="masthead clearfix">
<div class="inner">
<h3 class="masthead-brand">Yorranshell W.</h3>
<nav class="nav nav-masthead">
<a class="nav-link" href="index.html">Home</a>
<a class="nav-link active" href="aboutMe.html">About Me</a>
<a class="nav-link" href="projects.html">Passion Projects</a>
<a class="nav-link" href="contact.html">Contact</a>
</nav>
</div>
</div>
<div class="container">
<div id="aboutMeContent">
<h1 id="aboutMeHeader">About Me</h1>
<p><img src = "images/myPhoto2.png"></p>
<p>As you may already know, I am currently a new graduate in New York City who majored in computer science and chemistry. This may sound insane to some and that's because it slightly was. With that said, my greatest professional goal is to make valuable contributions to the world utilizing the skills and information I attain from both areas of study.<br><br>
On a more personal note I enjoy being with family and friends, listening to music, dancing, watching films, creating art, discussing big ideas, and exploring pyschological & philosophical theories.</p>
</div>
</div>
</div>
<div id="gif1">
<iframe src="https://giphy.com/embed/ZSOOUngg0M1wY" width="200" height="200" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><p><a href="https://giphy.com/stickers/happy-hello-ZSOOUngg0M1wY"></a></p>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
</body>
</html>