-
Notifications
You must be signed in to change notification settings - Fork 0
/
index5.html
70 lines (66 loc) · 2.4 KB
/
index5.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Merriweather&display=swap" rel="stylesheet">
<link href="./css/style5.css" type="text/css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/fotorama/4.6.4/fotorama.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/fotorama/4.6.4/fotorama.js"></script>
<title>My Portfolio</title>
</head>
<body>
<header>
<div class="container">
<div class="logo">MY<span>PORTFOLIO</span></div>
<nav>
<ul>
<li><a href="index.html">About</a></li>
<li><a href="index2.html">Resume</a></li>
<li><a href="index3.html">Projects</a></li>
<li><a href="index4.html">Certifications</a></li>
<li><a href="index5.html">Contact</a></li>
</ul>
</nav>
</div>
</header>
<section id="contact" class="contact">
<h1>Contact Me</h1>
<br>
<p>Email:</p><h2><a href = "mailto: [email protected]">[email protected]</a></h2>
<br>
<p>Phone:</p>
<h2>817-300-8229</h2>
<br>
<h1>Profile Links</h1>
<a id="profile-link" href="https://www.linkedin.com/in/jesse-moore-39697a18a/" target="_blank">
<img class="link-img" src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fwebstockreview.net%2Fimages%2Flinkedin-icon-png-4.png&f=1&nofb=1"></img>
</a>
<a id="profile-link" href="https://github.com/jrmoore524" target="_blank">
<img class="link-img" src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fpngimg.com%2Fuploads%2Fgithub%2Fgithub_PNG28.png&f=1&nofb=1"></img>
</a>
</section>
<div class="intro">
<div class="intro-text">
<h1 class="hide">
<span class="text">Feel Free</span>
</h1>
<h1 class="hide">
<span class="text">To</span>
</h1>
<h1 class="hide">
<span class="text">Contact Me</span>
</h1>
</div>
</div>
<div class="slider"></div>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.5.1/gsap.min.js"
integrity="sha512-IQLehpLoVS4fNzl7IfH8Iowfm5+RiMGtHykgZJl9AWMgqx0AmJ6cRWcB+GaGVtIsnC4voMfm8f2vwtY+6oPjpQ=="
crossorigin="anonymous"
></script>
<script src="./js/app5.js"></script>
</body>
</html>