-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
184 lines (173 loc) · 7.35 KB
/
index.html
File metadata and controls
184 lines (173 loc) · 7.35 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="Personal Webiste for Derek McKay" content="">
<meta name="Derek McKay" content="">
<title>Derek McKay</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/Freelancer.css" rel="stylesheet">
<!-- Custom css -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" class="index">
<!-- navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#page-top">Derek Mckay</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li class="page-scroll">
<a href="#about">About Me</a>
</li>
<li class="page-scroll">
<a href="#skills">skills</a>
<li>
<li class="page-scroll">
<a href="#hobbies">Hobbies/Interests</a>
</li>
<li class="page-scroll">
<a href="#contact">Contact</a>
</li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- header -->
<header>
<div class="container">
<div class="row">
<div class="col-lg-12">
<img src="sources/prRiver.jpg" class="img-circle" alt="el yunque" width="304" height="236">
<div class="intro-text">
<span class="name"> Derek McKay</span>
<hr>
<span class="skills"> Salesforce Administrator - Coder </span>
</div>
</div>
</div>
</div>
</header>
<!-- about section -->
<section class="success" id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2> About Me</h2>
<br>
<p>My name is Derek McKay and I am a 2012 University of Chicago graduate looking for a role in Web or Software Development. I build websites for fun and love picking up new skills. I am currently an Application Administrator mostly working with Salesforce.com. When I am not working or coding, I can be found working out, playing sports(Basketball, Football, ect) and reading about Urban Policy.</p>
</div>
</div>
</div>
</section>
<!-- Skills -->
<section id="skills" class="bg-info">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Skills</h2>
</div>
</div>
<div class="row">
<div class="col-lg-6 text-center">
<h3>Competent</h3>
<ul class="list-unstyled">
<li>HTML</li>
<li>CSS</li>
<li>Javascript</li>
<li>JQuery</li>
<li>Python</li>
<li>git</li>
</ul>
</div>
<div class="col-lg-6 text-center">
<h3>Beginner</h3>
<ul class="list-unstyled">
<li>C#</li>
<li>.net</li>
<li>Angular.js</li>
<li>Visual Studio</li>
<li>Twitter Bootstrap</li>
</ul>
</div>
</div>
</div>
</section>
<!-- hobbies -->
<section id="hobbies">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>hobbies</h2><!-- Lets make these tabs with details under them -->
<ul class="list-group">
<li class="list-group-item">Sports</li>
<li class="list-group-item">Lifting</li>
<li class="list-group-item">Ardunio programing</li>
<li class="list-group-item">Reading Tech blogs</li>
<li class="list-group-item">Building Computers</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section id="contact" class="success">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Contact Me</h2>
<hr>
</div>
</div>
<div class ="row">
<div class ="footer-col col-lg-12 text-center">
<ul class="list-inline">
<li> <a href="https://www.linkedin.com/in/derekmckay414" class="btn-social btn-outline"> <i class="fa fa-linkedin-square"></i></a></li>
<li> <a href="mailto:[email protected]" class="btn-social btn-outline"><i class="fa fa-envelope"></i></a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- /container -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/cbpAnimatedHeader.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/freelancer.js"></script>
</body>
</html>