-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·123 lines (103 loc) · 5 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
---
layout: landing-page
---
<!-- Main -->
<article id="main">
<header class="special container">
<!--<span class="icon fa-bar-chart-o"></span>-->
<span class="icon fa-github"></span>
<h2>This webpage has been put together as a portfolio of my work that is stored on github.</h2>
<p>Overall, my goal for this sight is for it to expand as I take on and complete personal
<br />
projects. It will be used as a code portfolio and a means to keep track of projects as
<br/>
I work on them.
</p>
</header>
<!-- Two <section class="wrapper style1 container special">-->
<section class="wrapper style3 container special">
<header class="major">
<h2><strong>Git Projects</strong></h2>
</header>
<!--
<div class="row">
<div class="6u">
<section>
<span class="icon featured fa-check"></span>
<header>
<h3><a href="https://github.com/jcook3701/supreme_bot">Supreme Bot</a></h3>
</header>
<p>As most good supreme bots range from 50$ - 90$ I have begun developing an open-source version of my own. I have chosen to use python as the language of choice as there are my libraries that will be helpful in speeding up the process of development.</p>
</section>
</div>
<div class="6u">
<section>
<span class="icon featured fa-check"></span>
<header>
<h3><a href="https://github.com/jcook3701/supreme_restock">Supreme Restock</a></h3>
</header>
<p>This project has not yet been started however my intention is to develop a program that will keep track of the supreme webpage and message the user on items that they wish to purchase. Often supreme items sell out very quickly and it can be a nuisance to keep track of restocks on internet sites thus I feel it would be very helpful to the community to have an app that takes care of this as Restocks has recently deactivated their own version of the app.
</p>
</section>
</div>
</div>
--><!--end of row 1-->
<div class="row">
<div class="6u">
<section>
<!--<span class="icon featured fa-check"></span>
<img src="images/senior_project.JPG" alt="" class="img-responsive">-->
<a href="https://github.com/jcook3701/IndoorFarm_iOS" class="image featured"><img src="images/senior_project.JPG" alt="" /></a>
<header>
<h3><a href="https://github.com/jcook3701/IndoorFarm_iOS">Indoor Farm</a></h3>
</header>
<p>This is the ios app that I developed for use with my senior project’s Indoor Automated Farm. The app allows users the ability to view the status of peripherals such as lights, water pumps, water purifier, etc. It also allowed users to set automation settings for lights and had a manual mode that gave users full control over each of the individual farm peripherals.</p>
</section>
</div>
<div class="6u">
<section>
<!--<span class="icon featured fa-check"></span>
<img src=="images/cmpe146_mp3.JPG" alt="" class="img-responsive">-->
<a href="https://github.com/jcook3701/CMPE146" class="image featured"><img src="images/cmpe146_mp3.JPG" alt="" /></a>
<header>
<h3><a href="https://github.com/jcook3701/CMPE146">Computer Engineering 146</a></h3>
</header>
<p>This project is a culmination of every assignment that we were given for our cmpe146 course at San Jose State University. This course focused on developing a driver set specifically for the SJSU one board designed by our teacher Preetpal Kang. And was concluded with an <a href="https://jcook3701.github.io/CMPE146/">MP3 project</a> where we designed both the hardware and software for a working audio player.</p>
</section>
</div>
</div><!--end of row 2-->
<div class="row">
<div class="6u">
<section>
<a href="https://jcook3701.github.io/emacs_configuration/" class="image featured"><img src="images/EmacsIcon.svg" alt="" /></a>
<header>
<h3><a href="https://jcook3701.github.io/emacs_configuration/">Emacs 25.3 on MacOS High Sierra</a></h3>
</header>
<p>This repository contains my personal Emacs init.el file and information regarding how I build my production version of Emacs 25.3 for MacOS High Sierra. In addition it contains information on another custom build of Emacs built with xwidget that allows users to view web-pages from within Emacs</p>
</section>
</div>
<div class="6u">
<section>
<a href="" class="image featured"><img src="" alt="" /></a>
<header>
<h3><a href=""></a></h3>
</header>
<p></p>
</section>
</div>
</div><!--end of row 3-->
</section>
</article>
<!-- CTA -->
<section id="cta">
<header>
<h2>Ready to do <strong>something</strong>?</h2>
<p></p>
</header>
<footer>
<ul class="buttons">
<li><a href="#" class="button special">Take My Money</a></li>
<li><a href="#" class="button">LOL Wut</a></li>
</ul>
</footer>
</section>