-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html.html
237 lines (195 loc) · 9.8 KB
/
index.html.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
<DOCTYPE html>
<html>
<head>
<title>Josh Slater Web Developer</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8"/>
<meta name="author" content="Josh Slater">
<meta name="application-name" content="Joshua T Slater">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="portfolioColors2.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Abril+Fatface|Josefin+Slab|Lato|Open+Sans|Rozha+One|Scope+One|Vollkorn" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-custom fixed-top ">
<a class="navbar-brand sccroll-top smoothScroll" href="#" id="nav-home">Slater Design</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active" active data-toggle="collapse" data-target=".navbar-collapse.show">
<a class="nav-link smoothScroll nb-color" href="#proficiencies">Proficiencies<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active" active data-toggle="collapse" data-target=".navbar-collapse.show">
<a class="nav-link smoothScroll nb-color" href="#my-portfolio">My Portfolio<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active" active data-toggle="collapse" data-target=".navbar-collapse.show">
<a class="nav-link smoothScroll nb-color" href="#about">About<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active" active data-toggle="collapse" data-target=".navbar-collapse.show">
<a class="nav-link smoothScroll nb-color" href="#contact">Contact Us<span class="sr-only">(current)</span></a>
</li>
</ul>
</div>
</nav>
<div class="intro">
<div id="invisible">
<div id="h-border">
<h1 class="fade-in tan">Hi, I'm Josh. <br>I design and build websites.<br>
<button type="button" class="btn btn-default btn-lg button"
id="commission">let's work together!</button>
</h1>
</div>
</div>
</div>
<div class="intro2" class="transparent">
<div id="invisible2">
<div class="fade-in">
<div class="landing-mobile">
<h1 id="head">Hi, I'm Josh. <br>I build websites.<br>
<button type="button" class="btn btn-mobile button" id="commission2">let's work together!</button>
</h1>
</div>
</div>
</div>
</div>
<div id="proficiencies">
<div class="container">
<h2 id="eHeader">Proficiencies</h2>
<div class="container-fluid">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4">
<h2 class="th">Code</h2>
<p class="tr">I am proficient with:</p>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Bootstrap</li>
</ul>
</div>
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4">
<h2 class="th">UX/UI</h2>
<p>My UIs are designed around obvious, simple user interactions and patterns. I believe users should be able to navigate a site with little thought and no effort.</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4">
<h2 class="th">Creativity</h2>
<p class="tr">As a comedian, actor, and writer, I've learned to communicate complex ideas with simplicity and brevity. My passion is seeking and sharing inspiration with my community. These qualities, along with perseverance and curiosity, are essential to success in any field, but especially in web development.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="my-portfolio">
<div class="container" >
<h1 class="bottom-padding p-header">My Portfolio</h1>
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-6 col-xs-12">
<div class="tog">
<div class="img">
<a target="_blank" href="https://www.joshuatslater.com/portfolio/TheaterTemplate/"><img src="theatertemplate2.png" class="img-responsive example3"></a>
</div>
<a target="_blank" href="https://www.joshuatslater.com/portfolio/TheaterTemplate/" class="title"><h5>Theater Template</h5></a>
<a target="_blank" target="_blank" href="https://www.joshuatslater.com/portfolio/TheaterTemplate/" class="title"><p class="tech-used">theatertemplate.joshuatslater.com</p></a>
<a target="_blank" target="_blank" href="https://github.com/jslaterwriter/theaterTemplate" class="title"><p class="tech-used">You Can View My Code Here</p></a>
<ul class="tech-list">
<div class ="tech-list-left">
<tr>HTML5</tr>
<br>
<tr>CSS3</tr>
<br>
<tr>JavaScript</tr>'
</div>
<div class="tech-list-right">
<tr>Jquery</tr>
<br>
<tr>Bootstrap</tr>
<br>
<tr>Slick.js</tr>
</div>
</ul>
<p class="description">This my take on a on movie theater landing page. The UI is optimized for ease of use while affording space and time for advertisers and annoucements. It is fully responsive for mobile and desktop.</p>
</div>
</div>
</div>
</div>
<div id="about">
<h1 id=a-header>About Me</h1>
<div class="container">
<!-- about page -->
<div class="wide">
<h3 id="a-h3">Self-Taught. Self-Disciplined. Self-Sufficient.</h2>
<div class="row">
<div id ="about-img-wrapper" class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
<img id="about-igm" class="img-responsive" src="https://pbs.twimg.com/media/DQFpmnqXkAA9RlD.jpg">
</div>
<p id="about-left" class="col-lg-6 col-md-6 col-sm-6 col-xs-12"><span class="about-sub">Personal</span><br>Before age 23, I pursued degrees in Nursing, Writing, Teaching, Auto Repair, Math, Physics, and Film. I've also worked as a comedian, actor, writer, manager, contractor, and grunt. As you can you see, I'm either Leonardo DaVinci or my adolescence ran a little long. Regardless, this circuitous road has exposed me to diverse ways of thinking and has made me a versatile, innovative problem solver. There is nothing I love more than concieving and executing an idea within the constraints of the medium I'm working in. I believe we are at our most creative when we are most constrained.
</p>
</div>
</div>
</div>
</div>
<div id="contact">
<!-- contact submission -->
<div class="container">
<div class="wide">
<h3 class="hire">Let's Work Together!</h3>
<p id="persuade">I work fast. I take direction. I take initiative. You won't be disappointed.</p>
</div>
<!-- Button trigger modal -->
<button id="btn-modal">Contact Us</button>
<!--Modal Wrapper-->
<div id="custom-modal" class="modal2 fade-in2">
<!--Modal Content-->
<div class="modal-content btn-morph">
<div class="m-container">
<span class="fa fa-times-circle fa-5x close" aria-hidden="true"></span>
<div class="color">
<div class="logo">
<h1>Slater Design</h1>
</div>
<p id="modal-p">What kind of your projects are you working on?</p>
<p class="m-p2">Tell me a little about yourself and what you're trying to accomplish. Your audience, your product, your company, every detail matters I want to build the perfect website for you. After you submit your project, you should hear from me in a few days.</p>
<form>
<!-- <div id="names"> -->
<input required type="text" name="first" placeholder="First Name*" id="f-name2">
<input required type="text" name="last" placeholder="Last Name*" id="l-name2">
<!-- </div> -->
<input required type="email" name="email" placeholder="[email protected]*" id="email">
<textarea required name="your-project" id="project" placeholder="Please, tell me about you and your project.*"></textarea><br>
<div id="buttons">
<input type="submit" value="Submit" id="submit" class="button">
<input type="reset" id="reset" class="button">
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<a target="_blank" href="https://www.twitter.com">
<i class="fa fa-twitter s-media" aria-hidden="true"></i>
</a>
<a target="_blank" href="https://plus.google.com/discover">
<i class="fa fa-google-plus s-media" aria-hidden="true"></i>
</a>
<a target="_blank" href="https://www.linkedin.com">
<i class="fa fa-linkedin s-media" aria-hidden="true"></i>
</a>
<a target="_blank" href="https://www.github.com">
<i class="fa fa-github s-media" aria-hidden="true"></i>
</a>
</div>
<script type="text/javascript" src="portfolioColors2.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
<script type="text/javascript" src="smoothscroll.js"></script>
</body>
</html>