-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
185 lines (184 loc) · 7.52 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
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE html>
<html>
<head>
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32"/>
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16"/>
<link rel="stylesheet" href="css/materialize.min.css">
<link rel="stylesheet" href="css/home.css">
<noscript>
<link rel="stylesheet" href="css/noscript.css">
</noscript>
<title>Web Projects</title>
</head>
<body>
<noscript>
<div id="nojs">
<h1>Javscript isn't feeling well</h1>
</div>
</noscript>
<div id="app" class="carousel carousel-slider center" @keyup.enter="left">
<div class="carousel-fixed-item page-buttons">
<button @click="left"><i class="material-icons left unselectable">keyboard_arrow_left</i></button>
</div>
<div class="carousel-fixed-item page-buttons">
<button @click="right"><i class="material-icons right unselectable">keyboard_arrow_right</i></button>
</div>
<div id="sudoku-solver" class="carousel-item" href="#SudokuSolver">
<div id="sudoku-title">
<a class="white-text" href="SudokuSolver" title="To Sudoku Solver">
<div class="flex">
<div class="flex">
<div>S</div>
<div>U</div>
<div>D</div>
<div>O</div>
<div>K</div>
<div>U</div>
<div></div>
<div></div>
<div></div>
</div>
<div class="flex">
<div></div>
<div></div>
<div></div>
<div>S</div>
<div>O</div>
<div>L</div>
<div>V</div>
<div>E</div>
<div>R</div>
</div>
</div>
</a>
</div>
<p class="white-text unselectable">
Sudoku puzzle solver using artificial intelligence methods of solving constraint satisfaction problems
</p>
<h4 class="white-text unselectable">Built With</h4>
<div>
<a href="https://angularjs.org/" title="AngularJS">
<img src="assets/img/angular.svg" alt="AngularJS">
</a>
<a href="https://getbootstrap.com/" title="Bootstrap">
<img class="pad" src="assets/img/bootstrap.svg" alt="Bootstrap">
</a>
<a href="https://jasmine.github.io" title="Jasmine">
<img class="pad" src="assets/img/jasmine.webp" alt="Jasmine">
</a>
</div>
</div>
<div id="weather-bot" class="carousel-item" href="#WeatherBot">
<div>
<a class="white-text" href="COMOWeather" title="To Weather Bot Webpage">
<p>Columbia</p>
<p>MO</p>
<p>Weather</p>
<p>Bot</p>
</a>
<div>
<h1>Built With</h1>
<a href="https://nodejs.org/en/" title="Node.js">
<img src="assets/img/nodejs.svg" alt="Node.js">
</a>
<a href="http://openweathermap.org" title="OpenWeatherMap">
<img class="pad" src="assets/img/openweathermap.png" alt="OpenWeatherMap">
</a>
<a href="https://www.weather.gov/documentation/services-web-api" title="The National Weather Service API">
<img src="assets/img/NWS.svg" alt="The National Weather Service">
</a>
<a href="https://developer.twitter.com" title="Twitter">
<img class="pad" src="assets/img/twitter.png" alt="Twitter">
</a>
<a href="https://regex101.com/" title="Regex 101">
<img id="regex" src="assets/img/regex101.png" alt="Regex 101">
</a>
<a href="https://vuejs.org/" title="Vue.js">
<img src="assets/img/vue.svg" alt="Vue">
</a>
<a href="https://materializecss.com/" title="Materialize">
<img src="assets/img/materialize.svg" alt="Materialize">
</a>
</div>
</div>
</div>
<div id="calculator" class="carousel-item" href="#ErrorFreeCalculator">
<a href="ErrorFreeCalculator" title="To Error Free Calculator">
<h2>Error Free Calculator</h2>
</a>
<h3>Built With</h3>
<div class="flex">
<a href="https://visualstudio.microsoft.com/" title="Visual Studio">
<img class="dependency" src="assets/img/visual_studio.png" alt="Visual Studio">
</a>
<a href="https://en.wikipedia.org/wiki/C_Sharp_(programming_language)" title="C#">
<img class="dependency" src="assets/img/c_sharp.webp" alt="C#">
</a>
</div>
</div>
<div id="isaac-pills" class="carousel-item" href="#IsaacPills">
<div class="flex">
<a class="white-text" href="IsaacPills" title="To IsaacPills">
<h3 class="unselectable">Isaac Pills</h2>
</a>
</div>
<p class="black-text unselectable">
A tool to keep track of pill effects in various expansions of Edmund McMillen's
<a href="https://store.steampowered.com/app/250900/The_Binding_of_Isaac_Rebirth/" title="Game Store Page">Binding of Isaac: Rebirth</a>
</p>
<div class="stack-credit">
<h3 class="unselectable">Built With</h3>
<a href="https://vuejs.org/" title="Vue.js">
<img class="dependency" src="assets/img/vue.svg" alt="Vue">
</a>
</div>
</div>
<div id="abbreviation-autocomplete" class="carousel-item" href="#AbbreviationAutocomplete">
<a id="autocomplete-title" href="AutocompleteExample" title="To Autocomplete Example">
<h1>auto<span>|</span></h1>
<h1>abbreviation-<span>auto</span>complete</h1>
</a>
<p>An autocomplete for abbreviations or short codes</p>
<h2>Built With</h2>
<div>
<a href="https://vuejs.org" title="Vue.js">
<img class="dependency" src="assets/img/vue.svg" alt="Vue.js">
</a>
<a href="https://reactjs.org/" title="React.js">
<img class="dependency" src="assets/img/react.svg" alt="React.js">
</a>
</div>
</div>
<div id="to-metric" class="carousel-item" href="#ToMetric">
<a href="ToMetric" title="To ToMetric">
<h1>ToMetric</h1>
</a>
<p>A game for developing the ability to estimate the metric equivalent of a customary unit.</p>
<h2>Built With</h2>
<div id="dependencies">
<a href="https://vuejs.org" title="Vue.js">
<img class="dependency" src="assets/img/vue.svg" alt="Vue.js">
</a>
<a href="https://materializecss.com/" title="Materialize">
<img class="dependency" src="assets/img/materialize.svg" alt="Materialize">
</a>
</div>
</div>
<div id="single-reminder-bot" class="carousel-item" href="#SlackSingleReminderBot">
<a href="https://github.com/FireLemons/slack-single-reminder-script" title="To Single Reminder Bot Repo">
<h1>Slack Single Reminder Bot</h1>
</a>
<p>A bot that deletes previous copies of recurring reminders before posing new ones.</p>
<h2>Built With</h2>
<div id="dependencies">
<a href="https://www.ruby-lang.org/en/" title="Ruby">
<img class="dependency" src="assets/img/ruby.png" alt="Ruby">
</a>
</div>
</div>
</div>
<script src="js/materialize.min.js"></script>
<script src="js/vue.min.js"></script>
<script src="js/home.js"></script>
</body>
</html>