Skip to content

Commit

Permalink
Finish resume link and add Main Project screen
Browse files Browse the repository at this point in the history
  • Loading branch information
wcolburn committed Dec 5, 2021
1 parent cdac963 commit 448987f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 73 deletions.
Binary file modified .DS_Store
Binary file not shown.
14 changes: 5 additions & 9 deletions html/mainproject.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,19 @@
<div>
<h3 class="float-md-start mb-0">William Colburn</h3>
<nav class="nav nav-masthead justify-content-center float-md-end">
<a class="nav-link active" aria-current="page" href="#">Home</a>
<a class="nav-link" href="#">Features</a>
<a class="nav-link" href="#">Contact</a>
<a class="nav-link" href="../index.html">Home</a>
<a class="nav-link active" aria-current="page" href="#">Main Project</a>
</nav>
</div>
</header>

<main class="px-3">
<h1>Cover your page.</h1>
<p class="lead">Cover is a one-page template for building simple and beautiful home pages. Download, edit the text, and add your own fullscreen background photo to make it your own.</p>
<p class="lead">
<a href="https://github.com/wcolburn" class="btn btn-lg btn-secondary fw-bold border-white bg-white">GitHub</a>
</p>
<h1>My Main Project</h1>
<p class="lead">A placeholder for my main project.</p>
</main>

<footer class="mt-auto text-white-50">
<p>Footer text.</p>
<p></p>
</footer>
</div>

Expand Down
58 changes: 0 additions & 58 deletions html/resume.html

This file was deleted.

9 changes: 3 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
<h3 class="float-md-start mb-0">William Colburn</h3>
<nav class="nav nav-masthead justify-content-center float-md-end">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
<a class="nav-link" href="html/resume.html">Resume</a>
<a class="nav-link" href="#">Contact</a>
<a class="nav-link" href="html/mainproject.html">Main Project</a>
</nav>
</div>
</header>
Expand All @@ -47,14 +46,12 @@ <h1>Hello!</h1>
<p class="lead">I'm a student at Oregon State University Cascades, and I'm majoring in Computer Science.</p>
<p class="lead">
<a href="https://github.com/wcolburn" class="btn btn-lg btn-secondary fw-bold border-white bg-white">GitHub</a>
</p>
<p class="lead">
<a href="Colburn Resume.docx" class="btn btn-lg btn-secondary fw-bold border-white bg-white" download>My Resume</a>
<a href="Colburn Resume.docx" class="btn btn-lg btn-secondary fw-bold border-white bg-white" download>Resume</a>
</p>
</main>

<footer class="mt-auto text-white-50">
<p>Footer text.</p>
<p></p>
</footer>
</div>

Expand Down

0 comments on commit 448987f

Please sign in to comment.