-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (89 loc) · 4.06 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
92
93
94
95
96
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8" />
<title>Jai Marshall | Front-End Web Developer :)</title>
<meta name="description" content="" />
<meta name="author" content="" />
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link
href="//fonts.googleapis.com/css?family=Raleway:400,300,600"
rel="stylesheet"
type="text/css"
/>
<!-- FONTAWESOME
------------------------------------------------ -->
<script
src="https://kit.fontawesome.com/c978f98f9e.js"
crossorigin="anonymous"
></script>
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/skeleton.css" />
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png" />
</head>
<body>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container">
<div class="row">
<div class="eleven columns" style="margin-top: 25%">
<h4>Jai Marshall | Front-End Web Developer</h4>
<strong>
Hello! I'm Jai Marshall, a front-end web developer from Charlotte,
NC!
</strong>
<br />
<br />
<p>
Utilizing my creativity has always been one of the most important
things in my life. For over 10 years I worked in the fashion
industry using my creativity every day to build Wordpress blogs,
style photo shoots and personal wardrobes, and creating garments as
a fashion designer.
<br />
<br />
Now, as I move in to the tech industry, I use my creativity in a
different way. After taking Front End Web Development classes at
Tech Talent South, I now use my creativity to build JavaScript Web
Applications using HTML, CSS, React, Bootstrap, and other modern web
development technologies.
<br />
<br />
Contact me on
<a href="https://www.linkedin.com/in/jaimarshall/"> LinkedIn</a>.
This project was made using simple HTML,
<a href="https://fontawesome.com">FontAwesome</a>, and the
<a href="http://www.getskeleton.com">Skeleton CSS Boilerplate</a>.
</p>
</div>
<div class="one column">
<a href="https://www.linkedin.com/in/jaimarshall/">
<i class="fab fa-linkedin"></i
></a>
<a href="https://github.com/CoderJai">
<i class="fab fa-github-square"></i
></a>
<a href="https://twitter.com/jaishirelle"
><i class="fab fa-twitter-square"></i
></a>
<a href="mailto:[email protected]"
><i class="fas fa-envelope-square"></i
></a>
<a href="https://jaishirelle.life"><i class="fas fa-blog"></i></a>
</div>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>