-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
198 lines (180 loc) · 10.7 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
<!DOCTYPE html>
<html>
<!-- head -->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width" />
<title>Kyle Crews</title>
<link rel="stylesheet" type="text/css" href="stylesheet/portfolio.css">
<script src="JS/main.js" defer></script>
</head>
<!-- body -->
<body class="Background">
<!-- navbar -->
<div class="Navbar">
<a class="active" href="#Home">Home</a>
<a href="#Slideshow">Slideshow</a>
<a href="#About">About</a>
<a href="#GitHub">GitHub</a>
<a onclick="openForm()" ondblclick="closeForm()">Contact</a>
</div>
<!-- background video -->
<div id="Home">
<video autoplay muted loop id="Typing_Video">
<source src="images/video/Typing4.mp4" type="video/mp4">
<!-- display message if video fails to run -->
Your browser does not support HTML5 video.
</video>
</div>
<!-- video text -->
<div class="Video_Text">
<h1 class="white-text">Kyle Crews' Portfolio</h1>
<strong>
<p class="center">
<q>Freedom is never more than one generation away from extinction.
<br>We didn't pass it to our children in the bloodstream.
<br>It must be fought for, protected, and
<br>handed on for them to do the same.
</q>
<br> -Ronald Reagan
<br>
<br> My name is Kyle Crews. Welcome to my portfolio website. Please find a little about my background and experience.
<br>
<br> Thank you for stopping by, and God Bless!
</p>
</strong>
</div>
<!-- slideshow section added -->
<div id="Slideshow">
<div id="Slideshow_Background">
<div id="Slideshow_Container">
<!-- slide 1 of 6 -->
<div class='mySlides fade'>
<a href="https://www.linkedin.com/in/kylecrews94/" target="_blank"><img class="Slideshow_Images" src="images/Profile2.jpg" alt=''></a>
<div class='text'>I'm available to assist you on your project.</div>
</div>
<!-- slide 2 of 6 -->
<div class='mySlides fade'>
<img class="Slideshow_Images" src="images/HTML_CSS_and_JavaScript.jpeg" alt=''>
<div class='text'>I am a full-stack software developer, <br>trained in: <br>HTML, CSS, JavaScript, </div>
</div>
<!-- slide 3 of 6 -->
<div class='mySlides fade'>
<img class="Slideshow_Images" src="images/Python.png" alt=''>
<div class='text'>the popular programming language Python, </div>
</div>
<!-- slide 4 of 6 -->
<div class='mySlides fade'>
<img class="Slideshow_Images" src="images/C_Sharp_and_Dot_NET.png" alt=''>
<div class='text'>C#, .NET Framework, ASP.NET, MVC, </div>
</div>
<!-- slide 5 of 6 -->
<div class='mySlides fade'>
<img class="Slideshow_Images" src="images/SQL_and_Database.jpg" alt=''>
<div class='text'>back end development, databases, and SQL.</div>
</div>
<!-- slide 6 of 6 -->
<div class='mySlides fade'>
<img class="Slideshow_Images" src="images/AmericanFlagBW.jpg" alt=''>
<div class='text'><a class='white-text' onclick='openForm()' href='#Contact'>Contact me now!</a></div>
</div>
<!-- previous and next buttons -->
<a class="Previous" onclick="plusSlides(-1)">❮</a>
<a class="Next" onclick="plusSlides(1)">❯</a>
</div>
<br> <!-- adds a space between the slideshow images and the dots -->
<!-- slideshow dots, another feature allowing users to navigate through the slideshow -->
<div style='text-align: center'>
<span class='dot' onclick='currentSlide(1)'></span>
<span class='dot' onclick='currentSlide(2)'></span>
<span class='dot' onclick='currentSlide(3)'></span>
<span class='dot' onclick='currentSlide(4)'></span>
<span class='dot' onclick='currentSlide(5)'></span>
<span class='dot' onclick='currentSlide(6)'></span>
</div>
</div>
</div>
<!-- about section -->
<div class="Row" id="About">
<!-- left column -->
<div class="Column_2">
<a href="https://github.com/CrewsControlSolutions/CSharpLiveScrumProject" target="_blank">
<img src="images/BlogPhotosHomePage.png" alt="Could not find blog photos image.">
</a>
</div>
<!-- right column -->
<div class="Column_1 Column_tallest">
<h1>About</h1>
<p>
I am an experienced software developer and an avid computer programmer. In my freetime you can find me running, attending a Bitcoin MeetUp, or exploring uncharted territory in the mountains.
<br>
<br>I am currently a Software Developer at Grey Matters Defense Solutions where I am supporting the development of a web app used by military analysts. I am proramming in Java (Spring) on the backend and Typescript (Angular) on the frontend. In addition, I have experience in the following web and programming languages/libraries: Python, Django (MVC), C#, C++, JavaScript, React.js, Docker, HTML, and CSS. I also enjoy using the .NET Framework/CORE MVC and MS SQL Server, among others.
<br>
<br>My professional background consists of four years of Systems Engineering experience, including familiarity with the Agile Software Development Model and tools. Most notably, I was the Lead Software Factory Tester for my company's sophisticated mapping software suite.
<br>
<br>I am a creative software developer with a B.S. in Mechanical Engineering and a minor in Physics. I would love to take your project to new heights. Please feel free to <a onclick='openForm()' href='#Contact'>contact me</a> or connect on <a href="https://www.linkedin.com/in/kylecrews94/" target="_blank">LinkedIn</a>.
</p>
</div>
</div>
<!-- GitHub section -->
<div class="Row" id="GitHub">
<!-- left column -->
<div class="Column_1 Column_tall">
<h1>GitHub</h1>
<p>
You can view my programming projects (including source code) on my GitHub profile here:
<p class="center"><b><a href="https://github.com/crewscontrolsolutions" target="_blank">Crews Control Solutions on GitHub</a></b></p>
</p>
<br>
<h2>Recent Projects in the Spotlight</h2>
<p>
This basic <a href ="https://github.com/CrewsControlSolutions/React.js-Basic-Blog">blog web app</a> was created using React.js and features CRUD and routing functionality. Additional integration with Firebase for user authentication and data storage. Production ready.
</p>
<p>
<p>This aesthetic <a href="https://github.com/CrewsControlSolutions/CSharpLiveScrumProject" target="_blank">photo blog</a> was created using ASP.NET MVC with Entity Framework.</p>
</p>
<p>
<p>The <a href="https://github.com/CrewsControlSolutions/PythonLiveScrumProject" target="_blank">Bitcoin Price Web App</a> allows users to enter a quarterly Bitcoin price competition. It utilizes Django's MVT pattern. </p>
</p>
<!-- <p>
<p>My <a href='https://github.com/CrewsControlSolutions/JavaScriptProjects' target='new'>JavaScript Projects</a> respository features a game of Tic-Tac-Toe, a calculator, and Jabba the Hut's Pizza Menu. Also see the To-Do List app that references jQuery, React.js, JSON, and XHTML. </p>
</p> -->
<!-- <p>
<p><a href="https://crewscontrolsolutions.github.io/Bootstrap4WebsiteCoconutTech/" target="new">Coconut Tech News</a> is an elegant website created in Bootstrap4 with strong UI/UX principles. Let Coconut Tech News be your seed for thought!</p>
</p> -->
</div>
<!-- right column -->
<div class="Column_2">
<a href="https://crewsblogproject.netlify.app/" target="_blank">
<img src="images/ReactBlogHomePage.png" alt="could not find React blog home page image">
</a>
</div>
</div>
<!-- contact form -->
<div id="Contact">
<button onclick='openForm()' class="Pop_Up_Button">CONTACT</button>
<div class='form-popup' id='myForm'>
<form action='https://formspree.io/f/mgerbrdd' method="POST" class='form-container' enctype="multipart/form-data">
<h1>Contact</h1>
<label for='name'><b>Name</b></label>
<input type='text' placeholder='Type your name here' name='name' required>
<label for='email'><b>Email</b></label>
<input type='text' placeholder="Type your email address here" name='email' required>
<label for='phone'><b>Phone</b></label>
<input type='text' placeholder="Type your phone number here (optional)" name='phone'>
<label for='message'><b>Message</b></label>
<input type='text' placeholder="Type your message here (optional)" name=''>
<button type='submit' class='btn'>SUBMIT</button>
<button type="button" class='btn cancel' onclick="closeForm()">CLOSE</button>
</form>
</div>
</div>
<!-- footer section -->
<!-- <footer>
<p>
<p class="center">© Crews Control Solutions Inc., <a href="https://github.com/crewscontrolsolutions" target="_blank">Crews Control Solutions</a></p>
<br>
</p>
</footer> -->
</body>
</html>