-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·264 lines (248 loc) · 14.8 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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="css/hover-effects.min.css">
<!-- <link rel="stylesheet" href="css/normalize.css"> -->
<link rel="stylesheet" href="css/demo.css">
<link rel="stylesheet" href="css/style.css">
<!-- hover effect css -->
<link rel="stylesheet" href="css/reset.css">
<!-- CSS reset -->
<!-- <link rel="stylesheet" href="css/style.css"> -->
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
<!-- <link rel="stylesheet" type="text/css" href="css/off-canvas.css"> -->
<!-- <link rel="stylesheet" type="text/css" href="css/full-screen-menu.css"> -->
<!-- font awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- -->
<link rel="stylesheet" type="text/css" href="open-iconic-bootstrap.css">
<link rel="stylesheet" type="text/css" href="open-iconic-bootstrap.min.css">
<link rel="stylesheet" href="css/ionicons.css">
<link rel="stylesheet" href="css/ionicons.min.css">
<!-- icon font -->
<link rel="stylesheet" type="text/css" href="css/portfolio-style.css">
<link rel="stylesheet" type="text/css" href="css/project.css">
<link rel="stylesheet" href="css/animate.css">
<!-- <link rel="stylesheet" type="text/css" href="css/nav-cover.css"> -->
<!-- google fonts -->
<!-- <link href="https://fonts.googleapis.com/css?family=Gentium+Book+Basic:400i|Nunito:300" rel="stylesheet">-->
<link href="https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Josefin+Slab:400i" rel="stylesheet">
<!-- Custom CSS Below -->
<link rel="stylesheet" type="text/css" href="css/portfolio-style.css">
<link rel="stylesheet" type="text/css" href="css/project.css">
<link rel="stylesheet" type="text/css" href="css/homepage_style.css">
<link rel="stylesheet" href="css/animate.css">
<!--Google analytics Below -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-33022916-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<header class="cd-auto-hide-header">
<nav class="nav navbar navbar-light justify-content-between shadow_style nav_shadow_style">
<a href="index.html" id="visible_logo" class="rounded-0 text-success btn btn-link text-success bg-white logo-style border border-white" role="button" aria-controls="navbarToggleExternalContent" aria-expanded="false" aria-label="Toggle navigation"> ace
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarToggleExternalContent" aria-controls="navbarToggleExternalContent" aria-expanded="false" aria-label="Toggle navigation">
<span id="visible_logo" class=""><a class="navbar-brand text-success bg-white border border-success border-white rounded-0" href="index.html"> <h4>menu</h4> </a></span>
</button>
</nav>
</header>
<div class="pos-f-t bg-light sticky-top">
<div class="collapse" id="navbarToggleExternalContent">
<div class="bg-soft-white p-4">
<nav class="nav navbar bg-lgiht navbar-light justify-content-between">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarToggleExternalContent" aria-controls="navbarToggleExternalContent" aria-expanded="false" aria-label="Toggle navigation">
<span id="visible_logo" class=""><a class="navbar-brand text-success logo-style bg-soft-white border-white rounded-0" href="index.html"> ace </a></span>
</button>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarToggleExternalContent" aria-controls="navbarToggleExternalContent" aria-expanded="false" aria-label="Toggle navigation">
<span id="visible_logo" class=""><a class="navbar-brand text-success bg-soft-white border-white rounded-0" href="index.html"><i class="fa fa-times fa-2x" aria-hidden="true"></i> </a></span>
</button>
</nav>
<br>
<div class="row">
<div class="col-lg-12 text-center">
<h5 class="text-dark logo-style">arthur charles edwards</h5>
</div>
<br>
<br>
</div>
<br>
<ul class="nav justify-content-center">
<ul class="nav flex-column justify-content-center text-center">
<li class="nav-item">
<a class="nav-link display-7 reveal-links text-success" href="RESUME_ace.pdf">Résumé</a>
</li>
<li class="nav-item">
<a class="nav-link display-7 reveal-links text-success" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link display-7 reveal-links text-success" href="index.html">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link display-7 reveal-links text-success" href="mailto:arthur.edwards321@gmail.com">Email Me</a>
</li>
</ul>
</ul>
<br>
<br>
<ul class="nav justify-content-center">
<li class="nav-item">
<a class="nav-link display-7 reveal-links text-uppercase text-dark" href="https://github.com/BracketNerd101"> <i class="icon ion-social-github text-success size-14"></i></a>
</li>
<li class="nav-item">
<a class="nav-link display-7 reveal-links text-uppercase text-dark" href="https://www.linkedin.com/in/arthur-edwards-40170919/" target="_blank"> <i class="icon ion-social-linkedin text-success size-14"></i></a>
</li>
<li class="nav-item">
<a class="nav-link display-7 reveal-links text-uppercase text-dark" href="https://www.instagram.com/backspace_101/"> <i class="icon ion-social-instagram-outline text-success size-14"></i></a>
</li>
</ul>
<br>
</div>
</div>
</div>
<!-- intro-banner-homepage -->
<!-- <Section class="parallax parallax__layer--back P_height"> -->
<div class="jumbotron jumbotron-fluid intro_panther parallax parallax__layer--back">
<div class="container">
<div class="row intro_parent_style">
<div class="col-sm-12 col-md-4 col-lg-4 intro_space_style">
<h2 class="text-success text-center home_intro_name">Arthur Charles Edwards</h2>
</div>
<div class="col-sm-12 col-md-4 col-lg-4 intro_space_style">
<hr class="bg-success">
</div>
<div class="col-sm-12 col-md-4 col-lg-4 intro_space_style">
<h2 class="text-success text-center wow fadeInDown home_intro_name" data-wow-duration="1.8s" data-wow-offset="20">Visual Web Designer</h2>
</div>
</div>
</div>
</div>
<!-- /------>
<Section class="portfolio_panther parallax__layer parallax__layer--base">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12 text-center intro_space_style">
<h2 class="text-light">Portfolio <i class="icon ion-android-arrow-down"></i></h2>
</div>
</div>
<div class="container-fluid">
<div class="row portfolio_paw_row_container">
<a href="fis-portal.html" class="col-sm-12 col-md-6 col-lg-6 interactive_hover_style portfolio-style-fis">
</a><!-- end of proj -->
<a href="harn.html" class="col-sm-12 col-md-6 col-lg-6 interactive_hover_style portfolio-style-03">
</a><!-- end of proj -->
<a href="providers-page.html" class="col-sm-12 col-md-6 col-lg-4 interactive_hover_style portfolio-style-06">
</a><!-- end of proj -->
<a href="run.html" class="col-sm-12 col-md-6 col-lg-4 interactive_hover_style portfolio-style-02">
</a><!-- end of proj -->
<a href="member-homepage.html" class="col-sm-12 col-md-12 col-lg-4 interactive_hover_style portfolio-style-05">
</a><!-- end of proj -->
<a href="welcome.html" class="col-sm-12 col-md-6 col-lg-6 interactive_hover_style portfolio-style-04">
</a><!-- end of proj -->
<a href="world_bank.html" class="col-sm-12 col-md-6 col-lg-6 interactive_hover_style portfolio-style-01">
</a><!-- end of proj -->
<a href="photography.html" class="col-sm-12 col-md-6 col-lg-6 interactive_hover_style portfolio-style-09">
</a><!-- end of proj -->
<a href="fine-art.html" class="col-sm-12 col-md-6 col-lg-6 interactive_hover_style portfolio-style-08">
</a><!-- end of proj -->
</div><!-- -->
</div><!-- -->
</div><!-- -->
</Section><!-- ----------------------------------------/---- -->
<Section class="Intro_heart_shape">
<div class="jumbotron jumbotron-fluid">
<div class="container">
<div class="row ">
<div class="col-sm-12 col-md-2 col-lg-2 text-success">
<h4 class="text-center home_intro_name">About</h4>
</div>
<div class="col-sm-12 col-md-1 col-lg-1 text-success">
<hr class="text-success">
</div>
<div class="col-sm-12 col-md-4 col-lg-4 text-success float-left">
<h4 class="text-center home_intro_name">Arthur Charles Edwards </h4>
</div>
</div><!-- -->
<div class="row container-fluid panther_about_intro_style">
<div class="col-sm-12 col-md-6 col-lg-5">
<img src="img/arthur_circle_about.png" class="profile-img rounded-circle border wow slideInLeft" data-wow-duration="1.3s" data-wow-offset="20" alt="">
</div>
<div class="row col-sm-12 col-md-6 col-lg-7 wow slideInRight" data-wow-duration="1.3s" data-wow-offset="20">
<p class="text-left about_intro_panther"> Hello, I am Arthur Charles Edwards and welcome to my portfolio website. Visual Web Design and Responsive web design are part of my most rewarding accomplishments.
</p>
<div class="col-lg-3 about_cta_style">
<a href="about.html" class=" btn btn-outline-success btn-block about_cta_style_btn" role="button" aria-pressed="true">About</a>
</div>
<div class="col-lg-3 about_cta_style">
<a href="RESUME_ace.pdf" class=" btn btn-outline-success btn-block about_cta_style_btn" role="button" aria-pressed="true">Résumé</a>
</div>
</div> <!-- -->
</div> <!-- -->
</div>
</div>
</Section> <!-- -->
<!-- jumbotron container -------------------------------------------------------->
<!-- <nav class="navbar navbar-light bg-dark"> -->
<Section class="footer-container">
<div class="col-md-12 col-lg-12 footer-styles">
<ul class="nav justify-content-center">
<li class="nav-item">
<a class="nav-link text-dark" href="RESUME_ace.pdf" target="_blank">Résumé</a>
</li><!-- ------------>
<li class="nav-item">
<a class="nav-link text-dark" href="https://www.linkedin.com/in/arthur-edwards-40170919/" target="_blank">LinkedIn</a>
</li><!-- ------------>
<li class="nav-item">
<a class="nav-link text-dark" href="about.html">About</a>
</li><!-- ------------>
<li class="nav-item">
<a class="nav-link text-dark" href="mailto:arthur.edwards321@gmail.com">Email Me</a>
</li><!-- ------------>
<li class="nav-item">
<a class="nav-link text-dark" href="index.html">Portfolio</a>
</li><!-- ------------>
</ul>
<br><br>
<div class="">
<div class="row col-sm-12 col-md-12 col-lg-12">
<h6 class="text-dark text-center">Copyright 2017 Arthur Charles Edwards</h6>
</div>
</div>
</div>
</Section>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
<!-- -->
<script src="js/wow.min.js"></script>
<script>
if( !window.jQuery ) document.write('<script src="js/jquery-3.0.0.min.js"><\/script>');
</script>
<script src="js/main.js"></script> <!-- Resource jQuery -->
<script src="js/off-canvas.js"></script>
<script src="js/shrink-nav.js"></script>
<script src="js/nav-overlay.js"></script>
<script src="js/nav-cover.js"></script>
<!-- -->
<script>
new WOW().init();
</script>
<!-- -->
<script src="js/wow.js"></script>
<script src="js/wow.min.js"></script>
</body>
</html>