-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-old.html
More file actions
74 lines (67 loc) · 3.05 KB
/
index-old.html
File metadata and controls
74 lines (67 loc) · 3.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha256-pasqAKBDmFT4eHoN2ndd6lN370kFiGUFyTiUHWhU7k8=" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@600;900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;1,600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="index.css">
<title>Sidney Nimako</title>
</head>
<body>
<!-- <div id="foreground"></div> -->
<div id="container">
<h1 id="greeting">👋 Hi! I'm Sidney Nimako.</h1>
<div id="masthead">
<div id="bio">
<div id="about">
<p>
I’m a mechanical engineering undergraduate @ <br> <span id="cmu">Carnegie Mellon University</span>
</p>
<p>
I am interested in robotics, computer science, indsutrial design, game development and more.
</p>
<p>
I'm working on quite a few different things but I'm always up for a few more spinning plates. Take a look at some of my in progress
and completed projects down below and if you think I would be a good fit for your company or research group, feel free to reach out. Cheers!
</p>
</div>
<br>
</div>
</div>
<div id="links">
<a class="hover-box" href="Resume.pdf"> Resume </a>
<br>
<a class="hover-box" href="http://github.com/snibo13">Github</a>
<br>
<a class="hover-box" href="http://linkedin.com/in/snibo">LinkedIn</a>
<br>
<a class="hover-box" href="mailto:snimakob@andrew.cmu.edu"> Contact Me </a>
</div>
</div>
<div id="projects">
<h2 id="projects-title">Projects</h2>
<div class="card">
<h1 class="project-title">Notes for Terminal (Done)</h1>
<p class="project-description">A simple note taking app for the terminal built in C and C++.</p>
<a href="https://github.com/snibo13/Notes-for-Terminal" class="project-link">Read More</a>
</div>
<div class="card">
<h1 class="project-title">Mobot</h1>
<p class="project-description">An arduino-based robot built as a project for Fundamentals of Engineering.</p>
<a href="https://medium.com/sidney-nimakos-development-blog/mobot-50025dce2dcc" class="project-link">Read More</a>
</div>
<div class="card">
<h1 class="project-title">Four Fours (In Progress)</h1>
<p class="project-description">A math puzzle application for IOS and Android in Dart (Flutter).</p>
<a href="" class="project-link">Coming Soon</a>
</div>
<div class="card">
<h1 class="project-title">Stealth Mode Social Network (In Progess)</h1>
<p class="project-description">Social Network with GraphQL, Node.JS and MongoDB backend with a Dart (Flutter) frontend</p>
<a href="" class="project-link">In Progress</a>
</div>
</div>
<footer>© Sidney Nimako 2021</footer>
</body>
</html>