-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (67 loc) · 3.37 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
<html lang="en">
<head>
<meta charset="utf-8">
<title>MJA Developer Portfolio Site</title>
<meta name="description" content="MJA Developer Portfolio Site">
<meta name="author" content="Mattlokk">
<link rel="stylesheet" href="css/styles.css?v=1.0">
</head>
<body>
<img src="images/family.jpg" width="150px">
<div class='blurb'>
Hi, my name is Matt. I make things.
</div>
<h3>Projects:</h3>
<div>
<h4>Cabbage</h4>
<p>An extensive Food Management application. Create recipes, add them to menus, get cost and calorie breakdowns, create shopping lists and more.</p>
<a href="https://cabbg.azurewebsites.net/" target="blank">Demo</a>
</div>
<div>
<h4>PSOAH</h4>
<p>A bulletin board for listing items for sale for the game PSO. Plans include expanding support to any mmo.</p>
<p>If the site doesn't load right away give it a minute and hit refresh, sometimes takes the DB a minute to wake up.</p>
<a href="https://psoah.azurewebsites.net/Listings" target="blank">Demo</a>
</div>
<div>
<h4>Schedule</h4>
<p>A simple google calendar-like schedule written with jQuery</p>
<a href='https://mattlokk.github.io/jsSchedule/' target="blank">Demo</a>
<a href='https://github.com/mattlokk/jsSchedule/' target="blank">Project</a>
</div>
<div>
<h4>Fantasy-Highlighter</h4>
<p>Chrome Extension for highlighting relevant posts in fantasy-sports related subreddits</p>
<a href='https://chrome.google.com/webstore/detail/fantasy-highlighter/dmlbbkkickckbenddphkoafpfmnlcggk?utm_source=ext_app_menu' target="blank">Store Page</a>
<a href='https://github.com/mattlokk/fantasy-highlighter' target="blank">Project</a>
</div>
<div>
<h4>Weather Comp</h4>
<p>Enter a Latitude/Longitude, select a month, and the number of years to compare, and it will create a table of data showing the daily high temps for each day in that month.</p>
<a href='https://mattlokk.github.io/WeatherComp/' target="blank">Demo</a>
<a href='https://github.com/mattlokk/WeatherComp' target="blank">Project</a>
</div>
<div>
<h4>Sidebar Hider</h4>
<p>Tampermonkey Script that adds a button to hide/unhide the sidebar in old.reddit.com. </p>
<a href='https://github.com/mattlokk/sidebar_hider' target="blank">Project</a>
</div>
<div>
<h4>Day Length Calculator</h4>
<p>Small tool for calculating the length of the day on a given date and latitude</p>
<a href='https://mattlokk.github.io/TimeOfDay/index.html' target="blank">Demo</a>
<a href='https://github.com/mattlokk/TimeOfDay' target="blank">Project</a>
</div>
<div>
<h4>PSOBB Mag Feeder</h4>
<p>AHK Script for automating tasks in the game Phantasy Star Online: Blue Burst</p>
<a href='https://github.com/mattlokk/PSOBB_Mag_Feeder/releases' target="blank">Releases</a>
<a href='https://github.com/mattlokk/PSOBB_Mag_Feeder' target="blank">Project</a>
</div>
<div>
<h4>Drop-Chance calculator</h4>
<p>A code-pen made for calculating the chance of success given a per-try success rate and a number of tries</p>
<a href='https://codepen.io/mattlokk/pen/XOBwmY' target="blank">Code-Pen</a>
</div>
</body>
</html>