Initial Commit

This commit is contained in:
2021-01-27 13:10:58 -06:00
parent 05e404c58e
commit 1622978af2
14 changed files with 194 additions and 0 deletions
Vendored
BIN
View File
Binary file not shown.
+6
View File
@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---
+112
View File
@@ -0,0 +1,112 @@
baseURL = "http://example.org/"
languageCode = "en-us"
title = "Joel Wetzell"
theme = "KeepIt"
[Permalinks]
posts = "/:year/:filename/"
[menu]
[[menu.main]]
name = "Projects"
url = "/projects/"
weight = 3
[[menu.main]]
name = "About"
url = "/about"
weight = 4
[params]
since = 2016
author = "Joel Wetzell" # Author's name
subtitle = "Just some side projects" # Subtitle
cdn_url = "" # Base CDN URL
home_mode = "" # post or other
avatar = "/images/me/avatar.jpg" #comment it to use gravatar
socialShare = true
description = "Joel Wetzell's portofolio site" # site description
keywords = "" # site keywords
license= 'Released under <a rel="license external nofollow noopener noreffer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>'
[params.social]
GitHub = "jwetzell"
Linkedin = "xxxx"
Twitter = "jwetzell"
#Instagram = "jwetzell"
#Email = "xxxx"
Facebook = "joel.wetzell"
#Telegram = "xxxx"
#Medium = "xxxx"
Gitlab = "jwetzell"
#Youtubelegacy = "xxxx"
#Youtubecustom = "xxxx"
#Youtubechannel = "xxxx"
#Tumblr ="xxxx"
#Quora = "xxxx"
#Keybase = "xxxx"
#Pinterest = "xxxx"
#Reddit = "xxxx"
#Codepen = "xxxx"
#Bitbucket = "xxxx"
#Stackoverflow = "xxxxx"
#Weibo = "xxxx"
#Odnoklassniki = "xxxx"
#VKontakte = "xxxx"
#Flickr = "xxxx"
#Xing = "xxxx"
#Snapchat = "xxxx"
#Soundcloud = "xxxx"
#Spotify = "xxxx"
#Bandcamp = "xxxx"
Paypal = "JoelWetzell"
#Fivehundredpx = "xxxx"
#Mix = "xxxx"
#Goodreads = "xxxx"
#Lastfm = "xxxx"
#Foursquare = "xxxx"
#Hackernews = "xxxx"
#Kickstarter = "xxxx"
#Patreon = "xxxx"
#Steam = "xxxx"
#Twitch = "xxxx"
#Strava = "xxxx"
#Skype = "xxxx"
#Whatsapp = "xxxx"
#Zhihu = "xxxx"
#Douban = "xxxx"
#Angellist = "xxxx"
#Slidershare = "xxxx"
#Jsfiddle = "xxxx"
#Deviantart = "xxxx"
#Behance = "xxxx"
#Dribble = "xxxx"
#Wordpress = "xxxx"
#Vine = "xxxx"
#Googlescholar = "xxxx"
#Researchgate = "xxxx"
#Mastodon = "xxxx"
#Thingiverse = "xxxx"
[params.share]
Twitter = true
Facebook = true
#Reddit = true
Linkedin = true
#Pinterest = true
#HackerNews = true
#Mix = true
#Tumblr = true
#VKontakte = true
#Douban = true
#Weibo = true
# Used only for Seo schema
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License."
[author]
name = "Joel Wetzell"
+20
View File
@@ -0,0 +1,20 @@
+++
title = "About"
date = "2014-04-09"
aliases = ["about-us","about-hugo","contact"]
[ author ]
name = "Hugo Authors"
+++
Hugo is the **worlds fastest framework for building websites**. It is written in Go.
It makes use of a variety of open source projects including:
* https://github.com/russross/blackfriday
* https://github.com/alecthomas/chroma
* https://github.com/muesli/smartcrop
* https://github.com/spf13/cobra
* https://github.com/spf13/viper
Learn more and contribute on [GitHub](https://github.com/gohugoio).
+10
View File
@@ -0,0 +1,10 @@
---
title: "GIDrone"
date: 2018-05-11T00:00:00-06:00
draft: false
---
## What is it?
GIDrone began as a part of my Masters Project at Western Illinois University. The app came aboutduring talks with members of the GIS Center at WIU.
The function of the app is to facilitate flight missions done with drones for scenarios such as Search and Rescue. The first version of the app gave the user the ability to have a create “missions” and while flying have a similiar view to that of DJIs iOS application. The difference being that at anytime during the flight the pilot could share the drones location, current image, and even entire mission flight log with the tap of a button. The user could also upload the flight as a Feautured Layer in ArcGIS online from the main screen of the app.
+15
View File
@@ -0,0 +1,15 @@
---
title: "qController"
date: 2016-11-18T12:45:20-06:00
draft: false
---
## What is it?
qController is a very simple app that allows the user to control Figure 53s QLab software from a mobile device (iOS, Android).
## Where can I get it?
* [Play Store](https://play.google.com/store/apps/details?id=com.jwetzell.qlabcontroller)
* [App Store](https://itunes.apple.com/us/app/qcontrol/id1350276173?mt=8)
### Legal Stuff
Figure 53 and QLab are registered trademarks of Figure 53, LLC. qController is not affiliated with Figure53, LLC and this application has not been reviewed nor is it approved by Figure 53, LLC.
+21
View File
@@ -0,0 +1,21 @@
---
title: "SVWX Mobile"
date: 2017-05-01T12:45:26-06:00
draft: false
---
## What is it?
The Sauk Valley Weather mobile app (SVWX Mobile) is a hyper-local weather app for the Sauk Valley area.
The app was developed for [SaukValleyWeather.com](http://saukvalleyweather.com/). The app utilizes multiple different technologies to gather and display the data that is inside the app. Some of the technologies are listed below.
* [Firebase](https://firebase.google.com/) (Data Backend)
* [DarkSky](https://darksky.net/dev) (Forecasts)
* [Leaflet](https://leafletjs.com/) (Radar Map)
* [NWS](https://alerts.weather.gov/) (Weather Alerts)
* [OneSignal](https://onesignal.com/) (Notifications)
* [Ionic](https://ionicframework.com/) (Cross Platform App Framework)
## Where can I get it?
* [Play Store]()
* [App Store]()
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"Target":"css/main.min.css","MediaType":"text/css","Data":{}}
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

+8
View File
@@ -0,0 +1,8 @@
{
"name": "",
"short_name": "",
"icons": [],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}