Skip to content

Commit

Permalink
Initial work
Browse files Browse the repository at this point in the history
  • Loading branch information
ProExpertProg committed Jan 30, 2022
1 parent 9d1ce02 commit c82525a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
<section class="resume-section" id="about">
<div class="resume-section-content">
<h1 class="mb-0">
Clarence
<span class="text-primary">Taylor</span>
Luka
<span class="text-primary">Govedič</span>
</h1>
<div class="subheading mb-5">
3542 Berry Street · Cheyenne Wells, CO 80810 · (317) 585-8468 ·
<a href="mailto:name@email.com">name@email.com</a>
450 Memorial Drive · Cambridge, MA 02139 · (857) 756-5644 ·
<a href="mailto:lgovedic@mit.edu">lgovedic@mit.edu</a>
</div>
<p class="lead mb-5">I am experienced in leveraging agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.</p>
<p class="lead mb-5">I am a software engineer, specializing in systems, performance engineering, and security. I enjoy designing and building complex systems from scratch and I do my best work at the intersection of performance and security.</p>
<div class="social-icons">
<a class="social-icon" href="#!"><i class="fab fa-linkedin-in"></i></a>
<a class="social-icon" href="#!"><i class="fab fa-github"></i></a>
<a class="social-icon" href="https://www.linkedin.com/in/luka-govedic/"><i class="fab fa-linkedin-in"></i></a>
<a class="social-icon" href="https://github.com/ProExpertProg/"><i class="fab fa-github"></i></a>
<a class="social-icon" href="#!"><i class="fab fa-twitter"></i></a>
<a class="social-icon" href="#!"><i class="fab fa-facebook-f"></i></a>
</div>
Expand Down
26 changes: 13 additions & 13 deletions src/pug/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@ html(lang='en')
section#about.resume-section
.resume-section-content
h1.mb-0
| Clarence
span.text-primary Taylor
| Luka
span.text-primary Govedič
.subheading.mb-5
| 3542 Berry Street · Cheyenne Wells, CO 80810 · (317) 585-8468 ·
a(href='mailto:name@email.com') name@email.com
| 450 Memorial Drive · Cambridge, MA 02139 · (857) 756-5644 ·
a(href='mailto:lgovedic@mit.edu') lgovedic@mit.edu
p.lead.mb-5
| I am experienced in leveraging agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.
| I am a software engineer, specializing in systems, performance engineering, and security. I enjoy designing and building complex systems from scratch and I do my best work at the intersection of performance and security.
.social-icons
a.social-icon(href='#!')
a.social-icon(href='https://www.linkedin.com/in/luka-govedic/')
i.fab.fa-linkedin-in
a.social-icon(href='#!')
a.social-icon(href='https://github.com/ProExpertProg/')
i.fab.fa-github
a.social-icon(href='#!')
i.fab.fa-twitter
Expand Down Expand Up @@ -219,35 +219,35 @@ html(lang='en')
span.fa-li
i.fas.fa-trophy.text-warning
| 1
sup st
sup st
| Place - University of Colorado Boulder - Emerging Tech Competition 2009
li
span.fa-li
i.fas.fa-trophy.text-warning
| 1
sup st
sup st
| Place - University of Colorado Boulder - Adobe Creative Jam 2008 (UI Design Category)
li
span.fa-li
i.fas.fa-trophy.text-warning
| 2
sup nd
sup nd
| Place - University of Colorado Boulder - Emerging Tech Competition 2008
li
span.fa-li
i.fas.fa-trophy.text-warning
| 1
sup st
sup st
| Place - James Buchanan High School - Hackathon 2006
li
span.fa-li
i.fas.fa-trophy.text-warning
| 3
sup rd
sup rd
| Place - James Buchanan High School - Hackathon 2005

// Bootstrap core JS
script(src='https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js')

// Core theme JS
script(src='js/scripts.js')
script(src='js/scripts.js')

0 comments on commit c82525a

Please sign in to comment.