Skip to content

Commit

Permalink
Improved to put on resumes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealDeLorian committed Oct 16, 2023
1 parent 5e77883 commit 3f21595
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 37 deletions.
2 changes: 1 addition & 1 deletion FinalProj/Findex.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h3>Directions</h3>
at a time. Then add chocolate chips.</p>
<p>Drop by spoonfuls onto a cookie sheet. Bake 350° for 10-12 minutes. </p>
<div id="waitingapi">
<p>While you wait for the cookies to bake, here's a random activity to do!</p>
<p>While you wait for the cookies to bake, here's a random activity to do (powered by an API)!</p>
<p id="insertactivityhere">{{activity}}</p>
<button @click="fetchdatanew()" id="newapi">New activity!</button>
</div>
Expand Down
30 changes: 1 addition & 29 deletions HTMLprojects/resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,35 +17,7 @@
<nav> Welcome!</nav>
</header>
<main>
<h1 class="title">Borian Bottle</h1>
<p class="job">Personal Assistant</p>
<hr>
<div class="skills">
<h3 class="skills">Skills</h3>
<ul>
<li>I will iron your clothes</li>
<li>I can do your shopping</li>
<li>I can plan very well</li>

<li>I can cook. See my favorite recipe <a href="recipe.html">here</a>.</li>
<li>My mom says I can wash dishes pretty well so that's a plus</li>
</ul>
</div>
<div class="xp">

<h3>Experience</h3>
<ul>
<li>I have planned parties before and they were super fun</li>
<li>Worked in a sawmill before so I know hard work.</li>
</ul>
</div>
<div class="education">
<h3>Education</h3>
<ul>
<li>Snow College 2021-now</li>
<li>View my degree plan <a href="degreeplan.html">here</a></li>
</ul>
</div>
<embed src="resume.pdf" width="800px" height="2100px" />
</main>
<footer>
</footer>
Expand Down
Binary file added HTMLprojects/resume.pdf
Binary file not shown.
15 changes: 8 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,21 @@

<body>
<header>
<h1>Dorian & Julissa ♥</h1>
<h1>Dorian Cottle</h1>
<h2>Software Engineer</h2>
</header>
<main>
<ul>
<
<!-- <li><a href=".html">untitled</a></li> -->
<li><a href="HTMLprojects/recipe.html">How to make Peanut Butter Toast</a></li>
<li><a href="HTMLprojects/resume.html">See my fake resume</a></li>
<li><a href="HTMLprojects/degreeplan.html">See the plan for my future classes</a></li>
<!--<li><a href="HTMLprojects/recipe.html">How to make Peanut Butter Toast</a></li>-->
<li><a href="HTMLprojects/resume.html">See my resume</a></li>
<li><a href="https://github.com/TheRealDeLorian/Final-Project-OOP-TheRealDeLorian">A college course schedule maker I made in Windows Forms</a></li>
<!-- <li><a href="HTMLprojects/degreeplan.html">See the plan for my future classes</a></li> -->
<!-- <li><a href="/JS projects/gameofsticks.html">Play the game of sticks!</a></li> -->
<li><a href="/FinalProj/Findex.html">See my final project progress for Spring 2022</a></li>
<li><a href="https://www.youtube.com/c/DorianC">Subscribe to my YouTube channel!</a></li>
<li><a href="/FinalProj/Findex.html">Delicious and dynamic cookie recipe</a></li>
<!-- <li><a href="https://www.youtube.com/c/DorianC">Subscribe to my YouTube channel!</a></li> -->
</ul>

</main>
</body>

Expand Down

0 comments on commit 3f21595

Please sign in to comment.