-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
105 lines (95 loc) · 4.83 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
<!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">
<title>Chase Schachenman</title>
<!-- Latest Compiled and Minified JQuery -->
<script
src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="container">
<div class="row">
<h1>Chase Schachenman</h1>
<h2>University of Wisconsin-Madison</h2>
<p class="text-muted resume"><a target="_blank" href="ChaseSchachenmanResume.pdf">Résumé</a> | <a target="_blank" href="http://blog.chaseshak.com">Blog</a></p>
<p class="social-links">
<a target="_blank" href="https://github.com/Chaseshak"><i class="fa fa-github"></i></a>
<a target="_blank" href="https://www.linkedin.com/in/chase-schachenman-344421aa"><i class="fa fa-linkedin-square"></i></a>
</p>
</div>
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="box">
<img src="images/KilterPreview.png" alt="test">
<a target="_blank" href="https://kilterwellness.com" class="box-content">
<h4 class="title">Software Developer at Kilter</h4>
<p class="description">Lead and original developer at Kilter Wellness. Responsible for project architecture, programming, and brainstorming new ideas!</p>
</a>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="box">
<img src="images/kesemPreview.png" alt="">
<a target="_blank" href="http://campkesem.org/uwmadison" class="box-content">
<h4 class="title">CKUW-Madison Event & Point Tracker</h4>
<p class="description">Created an event and point tracker for a several hundred member organization, Camp Kesem.</p>
</a>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="box">
<img src="http://www.estreet.in/wp-content/uploads/2014/05/web-design-banner.png" alt="">
<a href="#" class="box-content">
<h4 class="title">Web designer</h4>
<p class="description">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam.</p>
</a>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="box">
<img src="http://www.estreet.in/wp-content/uploads/2014/05/web-design-banner.png" alt="">
<a href="#" class="box-content">
<h4 class="title">Web designer</h4>
<p class="description">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam.</p>
</a>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="box">
<img src="http://www.estreet.in/wp-content/uploads/2014/05/web-design-banner.png" alt="">
<a href="#" class="box-content">
<h4 class="title">Web designer</h4>
<p class="description">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam.</p>
</a>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="box">
<img src="http://www.estreet.in/wp-content/uploads/2014/05/web-design-banner.png" alt="">
<a href="#" class="box-content">
<h4 class="title">Web designer</h4>
<p class="description">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam.</p>
</a>
</div>
</div>
</div>
</div>
</body>
</html>