-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
91 lines (79 loc) · 3.95 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
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>James Stockton</title>
<link href="https://fonts.googleapis.com/css?family=Merriweather+Sans|Rubik|Satisfy&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="css/styles.css">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</head>
<body>
<div class="container-fluid" style="background-color:#71787a">
<div class="navbar">
<nav class="navbar navbar-expand-md navbar-light">
<a class="navbar-brand" href="index.html">Home</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#Jsnavbar" aria-controls="Jsnavbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="Jsnavbar">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="portfolio.html">Portfolio</a>
</li>
</ul>
</div>
</div>
</div>
<div class="top-container">
<img class="cloudtop" src="images/cloud.png" alt="cloudimg">
<h1>James Stockton</h1>
<h2>Web Developer</h2>
<img class="cloudbottom" src="images/cloud.png" alt="cloudimg">
<img class="redplanetwithguy" src="images/redplanetwithguy.png" alt="redplanet">
</div>
<div class="middle-container">
<div class="profile">
<img src="" alt="">
<h2>Hello.</h2>
<p>I am a Web Developer and Content Creator. <br>
I enjoy Video Games and Classic Movies. My favorite <br>
hobbies are cooking and streaming on Twitch. </p>
</div>
<hr>
<div class="skills">
<h2>My Skills</h2>
<div class="skill-row">
<img class="compgif" src="https://media.giphy.com/media/t76pItTR9COGquzOMH/giphy.gif" alt="compgif">
<h3>Coding</h3>
<p>In the process of learning to code different languages<br>
Css, Html, and Javascript.</p>
</div>
<div class="skill-row">
<img class="spacegif" src="https://media2.giphy.com/media/PkICZ16nKNrtBmKbZy/giphy.gif?cid=ecf05e47kg1zh1ftmp2cfb4yzcqgcxty3upe26c7bb63e371&rid=giphy.gif&ct=s" alt="spacegif">
<h3>Photo-Editing</h3>
<p> Ability to take professional photos and edit them using software such as Photoshop and Pixlr.
</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Contact Details</h3>
<p>You can email me at [email protected] or <br> reeach out to me on any social media platform below</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/james-stockton-99301876/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/Planetaryninja">Twitter</a>
<a class="footer-link" href="https://www.twitch.tv/Planetaryninja">Twitch</a>
<p class="footerLine">© 2019 James Stockton.</p>
</div>
</body>
</html>