-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (92 loc) · 4.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="keywords" content="Corey, Edelman, clemson, developer, data, engineer, Apple, Bay Area, Cupertino, Argonne, clemson university, BS, resume, CV, Java, python, C++, C, SQL, CSS, SQLite, JavaScript, node.js, machine learning, deep learning, math, statistics, science, student">
<title> CoreyEdelman </title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.4/css/bootstrap.min.css" integrity="2hfp1SzUoho7/TsGGGDaFdsuuDL0LX2hnUp6VkX3CUQ2K4K+xjboZdsXyp4oUHZj" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Raleway:100,300,400,600" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="content/custom_edelman.css">
</head>
<body>
<div id="wrap" class="row">
<header id="header">
<h1 class="text-center"> Corey Edelman</h1>
<h3 class="text-center"> Computer Science | Clemson University</h3>
</header>
</div>
<div id="myNav">
<nav class="nav text-center">
<div class="container max-w">
<div class="col-sm-3">
<a class="nav-link" href="#homeLink">home</a>
</div>
<div class="col-sm-3">
<a class="nav-link" href="#resumeLink">résumé</a>
</div>
<div class="col-sm-3">
<a class="nav-link" href="#projLink">projects</a>
</div>
<div class="col-sm-3">
<a class="nav-link" href="#contactLink">contact</a>
</div>
</div>
</nav>
</div>
<div class="container">
<h2 id="homeLink" class="text-center">home</h2>
<hr>
<p class="justify">
I’m currently working full time to complete my degree at Clemson University and searching for a job where I can pursue working in Web Development.
</p>
<p class="justify">
I will graduate from Clemson University with a Bachelor’s of Science Degree in Computer Science in May 2017. While in school, I was able to intern and co-op over the course of two years with The Boeing Company and Itron.
</p>
<p class="justify">
While not writing code and working with side projects, I enjoy travel, weightlifting, and playing tennis.
</p>
</div>
<div class="container">
<h2 id="resumeLink" class="text-center">résumé</h2>
<br>
<div id="ic"></div>
</div>
<div class="container">
<h2 id="projLink" class="text-center">projects</h2>
<hr>
<h1>Adais: more to come...</h1>
</div>
<div class="container">
<h2 id="contactLink" class="text-center">contact</h2>
<hr>
<p class="text-center">
<a href="mailto:[email protected]">email me!</a>
</p>
<br>
<p class="text-center">
<a href="https://www.linkedin.com/in/corey-edelman
" target="_blank">LinkedIn</a>
</p>
<br>
<p class="text-center">
<a class="text-center" href="http://www.adais.co" target="_blank">Find out about Adais</a>
</p>
</div>
<footer>
<div class="row myFooter">
<p class="text-center"><small>Corey Edelman | <a href="http://edelman.io" style="color: #fff"> edelman.io</a></small></p>
</div>
</footer>
<!-- jQuery first, then Tether, then Bootstrap JS. -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js" integrity="sha384-THPy051/pYDQGanwU6poAc/hOdQxjnOEXzbT+OuUAFqNqFjL+4IGLBgCJC3ZOShY" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.4/js/bootstrap.min.js" integrity="VjEeINv9OSwtWFLAtmc4JCtEJXXBub00gtSnszmspDLCtC0I4z4nqz7rEFbIZLLU" crossorigin="anonymous"></script>
</body>
</html>
<script>
$("#ic").load("resume.html");
</script>