From 039767844a77b654b02908b020d3b4b83c854987 Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Wed, 22 Nov 2023 23:47:45 +0300 Subject: Initial commit --- layouts/_default/baseof.html | 84 ++++++++++++++++++++ layouts/index.html | 177 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 261 insertions(+) create mode 100644 layouts/_default/baseof.html create mode 100644 layouts/index.html (limited to 'layouts') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html new file mode 100644 index 0000000..d278361 --- /dev/null +++ b/layouts/_default/baseof.html @@ -0,0 +1,84 @@ + + + + + {{ .Site.Title }} + + + + + + + + + {{- block "main" . }}{{- end }} + + + \ No newline at end of file diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 0000000..16fdb2e --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,177 @@ +{{ define "main" }} +
+

{{ .Site.Params.name }}

+
+ {{ .Site.Params.Phone }} | jake@su.edu | linkedin.com/in/jake + | github.com/jake +
+
+

Education

+
+ + + + + + + + + + + + + + + + + + + +
Southwestern UniversityGeorgetown, TX
Bachelor of Arts in Computer Science, Minor in + Business + Aug. 2018 – May 2021
Blinn CollegeBryan, TX
Associate’s in Liberal ArtsAug. 2014 – May 2018
+

Experience

+
+ + + + + + + + + + + +
Undergraduate Research AssistantJune 2020 – Present +
Texas A&M UniversityCollege Station, TX
+ + + + + + + + + + + + +
Information Technology Support + SpecialistSep. 2018 – Present
Southwestern UniversityGeorgetown, TX
+ + + + + + + + + + + + +
Artificial Intelligence Research + AssistantMay 2019 – July 2019
Southwestern UniversityGeorgetown, TX
+ +

Projects

+
+ + + + + + + +
Gitlytics | + Python, Flask, React, PostgreSQL, + Docker + June 2020 – Present
+ + + + + + + + +
Simple Paintball + | + Spigot API, Java, Maven, TravisCI, + Git + May 2018 – May 2020
+ +

Technical Skills

+
+ +{{ end }} \ No newline at end of file -- cgit v1.2.3