-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatasheet.html
More file actions
109 lines (99 loc) · 5.16 KB
/
datasheet.html
File metadata and controls
109 lines (99 loc) · 5.16 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
<!DOCTYPE html>
<html>
<head> <title> A v0.1 for my resume. </title>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection" />
<title> Joseph Callaghan</title>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div class="page-flexbox-wrapper">
<header>
<nav class="indigo lighten-1">
<a href="#" class="brand-logo"> Joseph Callaghan</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="projects.html">Projects</a></li>
<li><a href="Resume.html">Resume</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</div>
</nav>
</header>
<main class="container">
<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
<div class = "row col s14">
<div class="col s12"><span class="flow-text"> Joseph Callaghan </span></div>
<h1>Academic Honors </h1>
<ul>
<li class="col s8 ">Certificate of Merit (Second Honors) </li>
<li class="col s3 push-s3">7 out of 9 trimesters </li>
</ul>
<h1>Activities</h1>
<ul>
<li class="col s8 "> Regis Speech and Debate (Competes in 20+
tournaments, Octofinalist at NY State Championship Novice Division 2014,
Double Octofinalist at NY State Championship JV Division 2016) </li>
<li class ="col s3 push-s3"> 9,10,11,12 </li>
<li class="col s8 "> Student Government (Technology Officer, Student Body Secretary)</li>
<li class="col s3 push-s3"> 11,12 </li>
<li class="col s8"> Sophmore Retreat Leader </li>
<li class="col s3 push-s3"> 11 </li>
<li class="col s8 "> Boy Scouts </li>
<li class="col s3 push-s3"> 2009-Current </li>
<li class="col s8 "> Order of the Arrow (Scouting National Honors Society), Second
level of membersip out of 3 levels. </li>
<li class="col s3 push-s3"> 2014-Current</li>
<li class="col s8"> Christian and Community Service (200+ Hours) </li>
<li class="col s3 push-s3"> 9,10,11,12 </li>
<li class="col s8">Regis Computer Club </li>
</div>
</ul>
<div class="row col s14"> <!-- I don't need this div but I might later -->
<h1> Internships and Programs </h1>
<ul>
<li class="col s8"> Computer Science Summer Program at Stevens Institute of Technology.
A one week exploration into the different applications of Computer Science.
Covered Cryptography and Encryptiion, Web design and Security, Machine Vision, Python development and game design. </li>
<li class="col s3 push-s3"> Summer of 2015 </li>
<li class="col s8"> Computer Science and Entrepreneurship at Cooper Union. A six week program that covers fullstack web development.
Technologies used included: Ionic Framework, AngularJS, SLC and Loopback Database. During the program
I worked as the sole developer for "FinLit" an app that aimed to help minimize the lack of financial literacy in America
through quizes and engaging lectures.</li>
<li class="col s3 push-s3"> Summer of 2016 </li></ul></div>
<div class = "row col s14">
<h1> Athletics </h1>
<ul> <li class="col s8 "> Intramurals (Soccer,Basketball) </li>
<li class="col s3 push-s3"> 9,10,11,12 </li> </ul>
<h1>Miscellaneous</h1>
<h3> Hackathons </h3>
<ul>
<li class="col s8"> Cooper Union Computer Science and Entrepreneurship Halfway Hackathon winner. </li> <!-- I should link to Above -->
<li class="col s8"> Clarifai "Evil AI" Hackathon. Category: Most likely to slow human progress. Submission: "Giggle. The world's most laguhable search engine."</li>
</ul>
<h3 class="col s12"> Skills</h3>
<ul> <li class="col s12"> <h5>Languages</h5> C#, HTML/CSS, Javascript, Java, Python, Ruby </li>
<li class="col s12"> <h5> Technologies </h5> Unity, Jquery, StrongLoop, AngularJS, Firebase, Git, Rails </li>
</ul>
<h1 class="col s14"> Special Circumstances </h1>
<ul>
<li class="col s8"> Two hour commute to school (round trip) </li>
</ul>
</div>
</main>
<footer class="page-footer indigo lighten-1">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Joseph Callaghan</h5>
<p class="grey-text text-lighten-4">This site was made by me, and designed using google's material design.</p>
</div>
</div>
</div>
</footer>
</body>
</html>