-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.view.php
201 lines (164 loc) · 8.83 KB
/
index.view.php
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
194
195
196
197
198
199
200
201
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0 user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="https://use.fontawesome.com/b28ca47341.js"></script>
<title>Clinton Gillespie - Web Developer</title>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css' type="text/css">
<link rel="stylesheet" type= 'text/css' href="/build/index.css">
<script src="https://kit.fontawesome.com/e95f3572b7.js" crossorigin="anonymous"></script>
</head>
<body>
<main id="main">
<div class="mobile-nav">
<div class="hamburger">
<h1><i class="fas fa-bars"></i></h1>
</div>
</div>
<header class="header">
<h1><span class='heading-white'>Hello, I'm </span><span class="name">Clinton Gillespie</span><span class='heading-white'>.</span></h1>
<h1><span class='heading-white'>I'm a Developer from Brisbane</span></h1>
<div class="button">
<button id='about-button'>
Check me out!
</button>
</div>
<canvas style='position: absolute'></canvas>
</header>
<section class='content'>
<nav class='nav'>
<div class="nav-wrapper">
<div class='page-link active' >Home</div>
<div class='page-link' >About</div>
<div class='page-link' >Projects</div>
<div class='page-link' >Contact</div>
</div>
</nav>
<section class="about">
<div class='container'>
<div class="heading"><h1>About & Skills</h1></div>
<div class="cards">
<div class="card">
<div class="icon-container">
<i class="fab fa-js-square"></i>
</div>
<div class="text-container">
<h1>Technologies</h1>
<p>ES6, HTML, CSS, PHP, Linux, SQL</p>
</div>
</div>
<div class="card">
<div class="icon-container">
<i class="fas fa-book"></i>
</div>
<div class="text-container">
<h1>Frameworks & Libraries</h1>
<p>React, Node, Express, Material UI, Bootstrap, Sequelize</p>
</div>
</div>
<div class="card">
<div class="icon-container">
<i class="fas fa-laptop-code"></i>
</div>
<div class="text-container">
<h1>Tools</h1>
<p>NPM, SCSS, Webpack, Babel, AWS S3, EC2, RDS</p>
</div>
</div>
<div class="personal">
<div class="avatar">
<h1>Who Am I?</h1>
<img src="https://res.cloudinary.com/clinnygee/image/upload/v1594015157/mugshot_b1koep.jpg" alt="Clinton Gillespie" class="user">
<p>I'm Clinton Gillespie (@clinnygee),
I'm a web developer based in brisbane.
I focus on creating dynamic UIs using React, and Backends using Node or Laravel.
I have been developing for two years, and I hope to work together someday.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="projects">
<div class="container">
<div class="heading"><h1>Projects</h1></div>
<p>Here's some things that I have made that are open source,
you can view them in the browser, or check out the code on my <a href='https://github.com/clinnygee'>Github!</a>
</p>
<p>
Mostly i use <a href='https://reactjs.org'>React</a>, on the server I use <a href='https://nodejs.org'>Node</a> and <a href='https://sequelize.org'>Sequelize</a> for the database connection.
<a href='https://clintongillespie.dev'>This</a> page (the one you are on now) is made with vanilla js and served from an nginx/PHP server.
</p>
<div class='projects-box'>
<?php foreach($projects as $key => $project) : ?>
<div class='project'>
<div class='project-image-container'>
<img src=<?=$project['image'] ?> class='project-image'>
</img>
<div class='project-image-expand'>
<i class="fas fa-expand-arrows-alt"></i>
</div>
</div>
<div class='project-title-container'>
<span class='project-number'>No. <?= $key?></span>
<h4 class='project-title'><?=$project['title'] ?></h4>
<div style='font-size:1.2em;'>
<a class='projects-link' href=<?=$project['github']?>>
<i class="fab fa-github"></i>
</a>
<a class='projects-link' href=<?=$project['url'] ?>>
<i class="fas fa-external-link-alt"></i>
</a>
</div>
</div>
</div>
<?php endforeach ?>
</div>
</div>
</div>
</section>
<section class="contact">
<div class="triangle"></div>
<div class="container">
<div class="heading"><h1>Contact</h1></div>
<form
id='my-form'
action="https://formspree.io/xzbrjyjp"
method="POST"
class="form"
>
<input placeholder="Your Name:" type="text" name="name" required>
<input placeholder="Your Email:" type="text" name="_replyto">
<input placeholder='Message' type="text" name="message">
<input id='my-form-button' type="submit" value="Send">
<p id='my-form-status'></p>
</form>
</div>
</section>
</section>
<footer>
<div class='container'>
<a href="https://www.linkedin.com/in/clinton-gillespie-128624175/">
<div class="socials-button">
<i class='fab fa-linkedin'></i>
</div>
</a>
<a href="https://github.com/clinnygee">
<div class="socials-button">
<i class="fab fa-github-square"></i>
</div>
</a>
<div class="socials-button">
<i class="fab fa-twitter-square"></i>
</div>
<p>Clinton Gillespie - @Clinnygee</p>
</div>
</footer>
</main>
<script src="./index.js"></script>
<script src='./bubbles.js'></script>
<script src='./modal.js'></script>
</body>
</html>