-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofile2.html
37 lines (34 loc) · 1.22 KB
/
profile2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/style.css">
<TITLE>Personal Profile - What gives?</TITLE>
</head>
<body>
<header>
<div class="header">
<h1>Kyle A. Rattet <br>
<i><small>Personal Profile for Galvanize Full-Stack</small></i>
</h1>
<nav>
<a href="profile.html">Click to Return Home</a>
</nav>
</div>
</header>
<script src="js/jquery.min.js"></script>
<script src="js/app.js"></script>
<section>
<h2>What Gives?</h2>
<div class="categories">
<div class="listborder">
<p>I have been eagerly awaiting the start this program to delve into an industry that has fascinated me both on a personal and professional level. The dovetailing opportunities that may become possible within the software, programming and technology space as a whole serve as motivation to acquire the foundational skills necessary to be apart of the industry. </p>
</div>
</div>
</section>
<section>
<h2>Steve Ballmer was fired up, and so am I!</h2>
<img src="assets/steveballmer.gif" alt="steve ballmer" />
</section>
</body>
</html>