-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
193 lines (160 loc) · 9.34 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!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">
<title>Jay F.</title>
<link rel="stylesheet" href="/css/normalize.css">
<link rel="stylesheet" href="/css/styles.css">
<link rel="icon" type="image/png" href="/assets/icon-png's/j-loho-bracket.png">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300|Roboto&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway:200,400&display=swap" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.1.2/TweenMax.min.js"></script>
</head>
<body>
<main id="swup" class="swup-transition-fade">
<div class="wrapper">
<div class="container">
<div class="nav-toggle-container">
<div class="toggle-btn">
<div class="one"></div>
<div class="two"></div>
</div>
</div>
<div class="menu">
<div class="data">
<ul>
<li class="menu-title">Navigation</li>
<li><a class="menu-items" href="/home.html">Home</a></li>
<li><a class="menu-items" href="/about.html">About</a></li>
<li><a class="menu-items" href="/projects.html">Projects</a></li>
<li><a class="menu-items" href="/contact.html">Contact</a></li>
</ul>
</div>
</div>
<div class="logo-container">
<a href="/home.html"><img src="../assets/icon-png's/j-loho-bracket.png" class="logo"></a>
</div>
<div id="particles-js">
</div>
<!--shared content-end-->
<section class="container">
<div class="card-container">
<div class="intro-card">
<div class="card-header m13">
HELLO.
</div>
<div class="underline"></div>
<p class="intro-text ">
I am a UX designer and Front end web developer from Ottawa Canada. I am
passionate about modern web
design and bringing clean modern designs to life. I have knowledge of modern web
technologies such as post CSS, SASS, Javascript, Wordpress and more. With knowledge of
graphic design, I incorporate these principles to the web.
</p>
<div class="selfie-contain">
<img src="../assets/images/selfie-circle-grad.png" class="selfie">
</div>
</div>
<div class="project-container">
<div class="card-header">
Projects
</div>
<div class="underline"></div>
<div class="intro-text project-text">
Here are a few of my projects ranging from Web design, Web development,UX design
and
Motion graphics.
</div>
<div class="btn-container">
<a class="button-one" href="/projects.html">see more</a>
</div>
</div>
<div class="prjct-container-home">
<!--card-1-->
<div class="project-card-home">
<div class="face face1">
<div class="card-content">
<img class="card-home-img"
src="../assets/project-photos/naturos-screenshot.png">
<h3>Landing Page</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p class="prjct-home-dscrpt">
Modern landing page layout utilizing CSS animations, Block
Element Modifier, Scalable Modular CSS.
</p>
<a class="see-more-btn" href="../html-pages/projects.html">See
More</a>
</div>
</div>
</div>
<!--card-2-->
<div class="project-card-home">
<div class="face face1">
<div class="card-content">
<img class="card-home-img"
src="../assets/project-photos/nexter-layout.png">
<h3>Landing Page</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p class="prjct-home-dscrpt">
Modern respnsive landing page design
utilizing CSS grid and sprite sheets.
</p>
<a class="see-more-btn" href="../html-pages/projects.html">See
More</a>
</div>
</div>
</div>
<!--card-3-->
<div class="project-card-home">
<div class="face face1">
<div class="card-content">
<img class="card-home-img"
src="../assets/project-photos/text-to-speach.png">
<h3>JS Text To Speech</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p class="prjct-home-dscrpt">
Text to speech JavaScript web application. Utilizing the google
languages API.
</p>
<a class="see-more-btn" href="../html-pages/projects.html">See
More</a>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script>
particlesJS.load('particles-js', '../particles.json',
function () {
console.log("particles.json loaded...");
});
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/d3js/5.9.7/d3.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script>
<script src="node_modules/swup/dist/swup.min.js"></script>
<script>
const swup = new Swup();
const options ={ animationSelector: '[class*="swup-transition]'};
</script>
<script src="/js/main.js"></script>
</main>
<footer id="footer">
<div class="footer-text">Jay Ferguson™</div>
</footer>
</body>
</html>