-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (60 loc) · 3.13 KB
/
index.html
File metadata and controls
66 lines (60 loc) · 3.13 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
<!DOCTYPE html>
<html>
<head>
<title>Daniel P. Ackermans</title>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, width=device-width" />
<link rel="stylesheet" href="./style-sheets/site.css">
<link rel="stylesheet" href="./style-sheets/index.css">
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> -->
<script src="./scripts/index.js"></script>
</head>
<body>
<header>
<h1> Daniel Ackermans </h1>
</header>
<nav>
<a id= "resumes" class="link btn" href= "./resumes/resume-template.html" target= "_blank"> Resume </a>
<a id= "github" class="link btn" href="https://github.com/marchdan" target= "_blank"> GitHub </a>
<a id= "linkedin" class="link btn" href="https://www.linkedin.com/in/daniel-ackermans-1550689a/" target= "_blank"> LinkedIn </a>
<a id= "projects" class="link btn" href="./projects.html"> Projects </a>
</nav>
<section class= "landing-page-info">
<div class= "info">
<img class= "prof-pic" src= "./media/cover.JPG" />
</div>
<div class= "bio">
<div class= "about-me">
<h2> <u> About me </u> </h2>
<p class= "bio-sect"> I am a post-grad from Rensselaer Polytechnic Institute. I have my B.S. in Computer Science & Music with a minor in Psychology, and my M.S. in Cognitive Scienece</p><p class= "bio-sect"> My areas of focus in Computer Science include full-stack web development, software engineering, & software development.
</p> <p class= "bio-sect"> In the field of music, I focus on music composition and Oboe & Clarinet performance. </p> <p class= "bio-sect"> My masters research in Cognitive Science focused on the relationship between music and mindfulness, mainly seeking the answer the question, "Can different modes of classical music have varying impacts on mindfulness?"</p>
</div>
</div>
</section>
<!-- <section class= "landing-page-bottom">
<div class= "links">
<table class = "center">
<a id= "resumes" class="link btn" href="./resumes.html"> Resumes </a>
<tr>
<td><a id= "resumes" class="link btn" href= "./resumes/resume-template.html" target= "_blank"> Resume </a></td>
<td><a id= "github" class="link btn" href="https://github.com/marchdan" target= "_blank"> GitHub </a></td>
<td><a id= "linkedin" class="link btn" href="https://www.linkedin.com/in/daniel-ackermans-1550689a/" target= "_blank"> LinkedIn </a></td>
<td><a id= "projects" class="link btn" href="./projects.html"> Projects </a></td>
</tr>
</table>
</div>
</section> -->
<footer>
<!-- <div class= "links2">
<table class = "center">
<tr>
<td><a id= "resumes" class="link btn" href= "./resumes/resume-template.html" target= "_blank"> Resume </a></td>
<td><a id= "github" class="link btn" href="https://github.com/marchdan" target= "_blank"> GitHub </a></td>
<td><a id= "linkedin" class="link btn" href="https://www.linkedin.com/in/daniel-ackermans-1550689a/" target= "_blank"> LinkedIn </a></td>
<td><a id= "projects" class="link btn" href="./projects.html"> Projects </a></td>
</tr>
</table>
</div> -->
</footer>
</body>
</html>