-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (49 loc) · 3.16 KB
/
index.html
File metadata and controls
55 lines (49 loc) · 3.16 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
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home Page</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 onload="greetingGenerator()">
<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 active" href="index.html">Home</a>
<a class="nav-link" 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="inner cover">
<h1 id="greeting">Hello, you <span id="typewriter"></span>!</h1>
<!-- <span class="txt-rotate" data-period="2000" data-rotate='[ "nerdy.", "simple.", "pure JS.", "pretty.", "fun!" ]'></span> -->
<p class="lead">
My name is Yorranshell Wattson. I know it's a pretty unique name. It was created in part by meshing both of my parents' names together.
</p>
<a href="aboutMe.html">
<span style="display:block; background-color: transparent; z-index:2; width:100px; height:180px;margin:0% auto 0% auto;position:relative;">
</span>
</a>
<div style="width:100px; height:150px;margin: -180px auto 0px auto; padding-left:15px; position:relative;">
<iframe src="https://giphy.com/embed/l0G1oDPTcLxkqbVsxy" width="100%" height="100%" style="position:relative;" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>
</div>
<a href="aboutMe.html" class="btn btn-lg btn-secondary">Check me out</a>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="js/generator.js"></script>
<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>