-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·139 lines (106 loc) · 7.37 KB
/
index.html
File metadata and controls
executable file
·139 lines (106 loc) · 7.37 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html lang="en">
<head>
<title>Mitchell Sweet</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" type="text/css" href="SweetStyles.css">
<script type="text/javascript" src="sweetScripts.js"></script>
<link href="https://fonts.googleapis.com/css?family=Nunito:400,600,700" rel="stylesheet">
<!--<link rel="shortcut icon" href="favicon.png">-->
</head>
<body>
<div id="backpic">
<div id = "overlay">
<div id="centerDiv">
<img id="profilePic" src="Profilepic.jpg" />
</div>
<h1 id="name">Mitchell Sweet</h1>
<hr>
<h1 id="description">Full-Stack Mobile Engineer</h1>
<hr id="mainSeperator">
<div id="buttonDiv">
<button onclick="showAbout()" id="aboutButton">About</button>
<button onclick="showPortfolio()" id="portfolioButton">Portfolio</button>
<button onclick="showContact()" id="contactButton">Contact</button>
<button onclick="window.open('Sweet_Resume.pdf');" id="resumeButton">Resume</button>
</div>
<div id="aboutDIV">
<hr class="sectionSeperator">
<!-- <h1 id="tagLine" class="aboutHeading">Hello! I love mobile and web development <br> and have done some pretty <span style="font-style: italic;">sweet</span> projects with them.</h1> -->
<div id = "infoDiv">
<ul id="skillsList">
<h1 class="listTitle">Skills</h1>
<hr class="shortLine">
<li>Swift/Objective-C</li>
<li>Java/Kotlin</li>
<li>Node.js</li>
<li>HTML/CSS/Javascript</li>
<li>MySQL</li>
<li>Photoshop/Sketch</li>
</ul>
<ul id="linksList">
<h1 class="listTitle">Links</h1>
<hr class="shortLine">
<li><a href="http://github.com/msweet168">GitHub</a></li>
<li><a href="https://www.linkedin.com/in/mitchellsweet/">LinkedIn</a></li>
</ul>
</div>
</div>
<div id="portfolioDIV">
<hr class="sectionSeperator">
<h1 class="aboutHeading">Class projects can be found at <a href="http://masprojects.site">masprojects.site</a></h1>
<div id="projectsDiv">
<h1 class="projectHeader">QuoteJar</h1>
<a href="https://www.quotejar.io" class="projectLink">Website Link</a>
<p class="projectDesc">When friends are together, crazy stuff happens. One of which being ridiculous quotes and quips which are hilarious especially out of context. QuoteJar allows you to make a jar for your friend group. Whether it be your roommates, travel buddies, club, team, dance crew, pretty much anything works. You can create as many jars as you want! QuoteJars aren't just for you on your phone, they're stored in the cloud! Your friends can easily be added by email so everyone can contribute and read quotes whenever they want! Backend written in Node.js. Mobile application written in Swift. Uses MySql database. <a href="https://apps.apple.com/us/app/quotejar/id1460295474" >Live on the App Store.</a>
</p>
<br>
<br>
<h1 class="projectHeader">Station Controller</h1>
<a href="https://www.masprojects.site/stationcontroller/" class="projectLink">Website Link</a>
<p class="projectDesc">Station Controller automates a model roller coaster, making it easy for the operators to control it and fun for guests to interact with it. The Arduino controls motors in the station that power the coaster's lift hill and dispatch system, as well as open and close the station gates. The two part iOS application allows operators to wirelessly control all aspects of the model while guests can control the station gates and dispatch the train using the guest UI. Written in Swift and Arduino C++. <a href="https://github.com/msweet168/StationController" > Open source on GitHub.</a>
</p>
<br>
<br>
<h1 class="projectHeader">taskIt</h1>
<a href="http://apple.co/2ragJT9" class="projectLink">App Store Link</a>
<p class="projectDesc"> taskIt is a fun and simple app which will help you be productive and organize your life. You can add standalone tasks or you can add events, which group tasks for one specific purpose. If you have trouble focusing on a task, Hyper Focus will help you manage your breaks and even tell you to stay focused when you pick up your phone.
</p>
<br>
<br>
<h1 class="projectHeader">FLIC</h1>
<a href="https://github.com/msweet168/FLIC" class="projectLink">GitHub Link</a>
<p class="projectDesc">FLIC, or Fantastic Light Illumination Controller, is a smart home device that uses IR LEDs to control an assortment of smart home devices, specifically IR lights. FLIC consists of two parts, the device and the app. The device consists of an Arduino connected to the HM-10 bluetooth chip and an IR LED. The user can use the app to control the lights through the Arduino. Written in Swift and Arduino C++.<a href="https://github.com/msweet168/FLIC" > Open source on GitHub.</a>
</p>
<br>
<br>
<h1 class="projectHeader">Music Playground</h1>
<a href="https://github.com/msweet168/MusicPlayground" class="projectLink">GitHub Link</a>
<p class="projectDesc"> Music Playground is a Swift Playground which I created for my WWDC 17 scholarship submission. Allows you to easily create simple music by using three different shapes which each play a different part of the song. Written in Swift, winner of WWDC17 scholarship. <a href="https://github.com/msweet168/MusicPlayground" > open source on GitHub.</a> <a href="https://www.youtube.com/watch?v=sZf_62qixPQ" >, video demonstration on YouTube.</a>
</p>
<br>
<br>
<h1 class="projectHeader">RIT Theme Park Enthusiasts Website</h1>
<a href="http://rittpe.com/" class="projectLink">Website link</a>
<p class="projectDesc"> This website, the official website of the Rochester Institute of Technology Theme Park Enthusiasts, is more than just a landing page. While it does feature informative public facing info showcasing the club, it also includes a members-only portal with profiles, newsfeed, club wide chat, and drive. Eboard members can edit member accounts and information on the public site, this way a web developer is not required to update the site's information. Written in PHP, HTML, CSS, and Javascript. <a href="https://github.com/msweet168/rittpe" > Open source on GitHub.</a>
</p>
<br>
<br>
<h1 class="projectHeader">Mitchellsweet.com</h1>
<a href="http://mitchellsweet.com" class="projectLink">This website!</a>
<p class="projectDesc"> A personal website that I created to tell people about what I love to do, projects I have created, and how to contact me. Written in HTML, CSS and JS, <a href="https://github.com/msweet168/PersonalWebsite" > open source on GitHub.</a>
</p>
<h1 class="aboutHeading" id="lastOne">More of my projects are on <a href="https://github.com/msweet168">my GitHub</a></h1>
</div>
</div>
<div id="contactDIV">
<hr class="sectionSeperator">
<h1 class="aboutHeading">School Email: <a href="mailto:mas6700@rit.edu">mas6700@rit.edu</a></h1>
<h1 class="aboutHeading" id="personalEmail">Personal Email: <a href="mailto:mitchellsweet168@gmail.com">mitchellsweet168@gmail.com</a></h1>
<h1 id="email"></h1>
</div>
</div>
</div>
</body>
</html>