Compare commits
2 commits
feab3727c8
...
ded3c58f91
| Author | SHA1 | Date | |
|---|---|---|---|
| ded3c58f91 | |||
| 8b16ca8f91 |
4 changed files with 95 additions and 7 deletions
|
|
@ -150,13 +150,17 @@
|
||||||
[*WTOP StormDesk Closings*](https://wtop.com/closings-and-delays/)
|
[*WTOP StormDesk Closings*](https://wtop.com/closings-and-delays/)
|
||||||
|
|
||||||
- Wordpress plugin to display school, business, and government closings during inclement weather.
|
- Wordpress plugin to display school, business, and government closings during inclement weather.
|
||||||
|
|
||||||
- Includes login system for schools to close schools without newsroom involvement
|
- Includes login system for schools to close schools without newsroom involvement
|
||||||
|
|
||||||
- Permission system to give users specific rights to modify individual closings, all closings, or administer the system
|
- Permission system to give users specific rights to modify individual closings, all closings, or administer the system
|
||||||
- >
|
- >
|
||||||
[*NewsQ*](https://web.archive.org/web/20120113121324/https://wtop.com/?sid=2185984&nid=719&node=1)
|
[*NewsQ*](https://web.archive.org/web/20120113121324/https://wtop.com/?sid=2185984&nid=719&node=1)
|
||||||
|
|
||||||
- Designed MySQL database to store data about social ranking of stories on website.
|
- Designed MySQL database to store data about social ranking of stories on website.
|
||||||
|
|
||||||
- Wrote application to fetch data from various social media sites (Facebook, Twitter, Digg, etc.) in order to rank stories according to popularity.
|
- Wrote application to fetch data from various social media sites (Facebook, Twitter, Digg, etc.) in order to rank stories according to popularity.
|
||||||
|
|
||||||
- Created front-end resources to display data.
|
- Created front-end resources to display data.
|
||||||
|
|
||||||
-
|
-
|
||||||
|
|
@ -174,11 +178,23 @@
|
||||||
headline: Maintained website, wrote news stories, and oversaw a number of projects to improve the website<span class="noprint">, including:</span>
|
headline: Maintained website, wrote news stories, and oversaw a number of projects to improve the website<span class="noprint">, including:</span>
|
||||||
res:
|
res:
|
||||||
- >
|
- >
|
||||||
[*Senior Design Projects Database*](https://web.archive.org/web/20090326150754/https://www.me.utexas.edu/sdp/previousprojects.php): Designed MySQL database to hold information about past Senior Design Projects. Built from scratch front-end to search database and display information.
|
[*Senior Design Projects Database*](https://web.archive.org/web/20090326150754/https://www.me.utexas.edu/sdp/previousprojects.php)
|
||||||
|
|
||||||
|
- Designed MySQL database to hold information about past Senior Design Projects
|
||||||
|
|
||||||
|
Built from scratch front-end to search database and display information.
|
||||||
- >
|
- >
|
||||||
“Intranet” site: Built Wordpress site to host department updates, and information specifically for faculty and staff. Created custom Wordpress theme to match theme of the main site.
|
“Intranet” site
|
||||||
|
|
||||||
|
- Built Wordpress site to host department updates, and information specifically for faculty and staff.
|
||||||
|
|
||||||
|
- Created custom Wordpress theme to match theme of the main site.
|
||||||
- >
|
- >
|
||||||
[*About Section*](https://web.archive.org/web/20100609155029/http://www.me.utexas.edu/about/): Created entire section of website for recruiting purposes. Did extensive research.
|
[*About Section*](https://web.archive.org/web/20100609155029/http://www.me.utexas.edu/about/)
|
||||||
|
|
||||||
|
- Created entire section of website for recruiting purposes.
|
||||||
|
|
||||||
|
- Did extensive research.
|
||||||
|
|
||||||
-
|
-
|
||||||
id: free
|
id: free
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,6 @@ post_title = "🧑💻 Dan Jones"
|
||||||
toc = true
|
toc = true
|
||||||
layout = "web-resume"
|
layout = "web-resume"
|
||||||
Description = "Software Engineer and Architect"
|
Description = "Software Engineer and Architect"
|
||||||
outputs = ['html','resume']
|
outputs = ['html','resume','markdown']
|
||||||
+++
|
+++
|
||||||
## Work Experience
|
## Work Experience
|
||||||
|
|
|
||||||
|
|
@ -53,9 +53,11 @@
|
||||||
{{ $toc | safeHTML }}
|
{{ $toc | safeHTML }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</ul>
|
</ul>
|
||||||
{{ with .Resources.GetMatch "dan-jones-resume.pdf" }}
|
<p>
|
||||||
<p><a href="{{ .RelPermalink }}">Download a PDF</a></p>
|
<a href="dan-jones-resume.html">Printer-friendly format</a> |
|
||||||
{{ end }}
|
<a href="index.md">Markdown format</a> |
|
||||||
|
{{ with .Resources.GetMatch "dan-jones-resume.pdf" }}<a href="{{ .RelPermalink }}">Download a PDF</a>{{ end }}
|
||||||
|
</p>
|
||||||
</nav>
|
</nav>
|
||||||
</aside>
|
</aside>
|
||||||
<hr />
|
<hr />
|
||||||
|
|
|
||||||
70
layouts/_default/web-resume.markdown.md
Normal file
70
layouts/_default/web-resume.markdown.md
Normal file
|
|
@ -0,0 +1,70 @@
|
||||||
|
# {{ with .Params.post_title }}{{ . }}{{ else }}{{ .Title | markdownify }}{{ end }}
|
||||||
|
|
||||||
|
{{ with .Params.Description }}{{ . }}{{ end }}
|
||||||
|
|
||||||
|
{{ with .Resources.Get "sections/head-005-contact.md" }}{{ .Content | transform.HTMLToMarkdown | safeHTML }}{{ end }}
|
||||||
|
|
||||||
|
{{ with .Resources.Get "sections/head-007-summary.md" -}}
|
||||||
|
## Objectives
|
||||||
|
|
||||||
|
{{ .Content | transform.HTMLToMarkdown | safeHTML }}{{ end }}
|
||||||
|
|
||||||
|
{{ with .Resources.Get "sections/head-010-skills.md" }}{{ .Content | transform.HTMLToMarkdown | safeHTML }}{{ end }}
|
||||||
|
|
||||||
|
{{ with .Resources.Get "data/jobs.yaml" -}}
|
||||||
|
{{- with . | transform.Unmarshal -}}
|
||||||
|
{{ $.Content | transform.HTMLToMarkdown | safeHTML }}
|
||||||
|
|
||||||
|
{{ range . -}}
|
||||||
|
{{- with .title }}**{{ . }}** / {{ end -}}
|
||||||
|
{{- if .url }}[{{ end -}}
|
||||||
|
{{- .name | safeHTML -}}
|
||||||
|
{{- with .url }}]({{ . }}){{ end }}{{- if or .start .end}}
|
||||||
|
{{ with .start }}{{ .text }}{{ end }}
|
||||||
|
{{- if and .start .end}} - {{ end -}}
|
||||||
|
{{- with .end -}}{{ .text }}{{ end -}}
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
|
{{ with .headline }}{{ . | safeHTML }}
|
||||||
|
|
||||||
|
{{ end -}}
|
||||||
|
{{- with .res -}}
|
||||||
|
{{- $html := "<ul>" -}}
|
||||||
|
{{- range . -}}
|
||||||
|
{{- $html = printf "%s%s" $html "<li>" -}}
|
||||||
|
{{- $html = . | markdownify | printf "%s%s" $html -}}
|
||||||
|
{{- $html = printf "%s%s" $html "</li>" -}}
|
||||||
|
{{- end -}}
|
||||||
|
{{ printf "%s%s" $html "</ul>" | transform.HTMLToMarkdown | safeHTML }}
|
||||||
|
|
||||||
|
{{ end -}}
|
||||||
|
{{- with .tech }}Used: {{ . }}
|
||||||
|
|
||||||
|
{{ end -}}
|
||||||
|
|
||||||
|
{{- end }}
|
||||||
|
{{- else -}}
|
||||||
|
{{- errorf "Unable to parse jobs" -}}
|
||||||
|
{{- end -}}
|
||||||
|
{{- else -}}
|
||||||
|
{{- errorf "Unable to read jobs" -}}
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- with .Resources.Get "data/projects.toml" -}}
|
||||||
|
{{- with . | transform.Unmarshal -}}
|
||||||
|
|
||||||
|
## Selected Open Source Projects
|
||||||
|
|
||||||
|
{{ range . }}{{ range . }}- [{{ .name }}]({{ .url }}): {{ .desc }}
|
||||||
|
{{ end }}{{ end }}
|
||||||
|
|
||||||
|
|
||||||
|
{{- else -}}
|
||||||
|
{{- errorf "Unable to parse projects" -}}
|
||||||
|
{{- end -}}
|
||||||
|
{{- else -}}
|
||||||
|
{{- errorf "Unable to read projects" -}}
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- with .Resources.Get "sections/foot-015-edu.md" }}
|
||||||
|
{{ .Content | transform.HTMLToMarkdown | safeHTML }}{{ end }}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue