Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated #266

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
added cards to make projects stand out
scrutch93 committed May 26, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 0a6eb0af476b433ee6a034af9748b79b0ea5649d
18 changes: 9 additions & 9 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -71,55 +71,55 @@ <h1 class="mb-0">
<section class="resume-section" id="experience">
<div class="resume-section-content">
<h2 class="mb-5">Projects</h2>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="d-flex flex-column flex-md-row justify-content-between mb-5 flex-wrap ">
<div class="flex-grow-1">
<h3 class="mb-0">Work Day Planner</h3>
<div class="subheading mb-3"></div>
<a href="https://scrutch93.github.io/Work-Day-Scheduler/"></a>
<div class="box">
<iframe src="https://scrutch93.github.io/Work-Day-Scheduler/" width="400px" height="500px">
<iframe class="card"src="https://scrutch93.github.io/Work-Day-Scheduler/" width="500px" height="400px">
</iframe>
</div>
<p>This project is a planner that allows the user to plan and save personal events each hour
throughout the day.</p>
</div>
<div class="flex-shrink-0"><span class="text-primary">date created</span></div>

<div class="flex-grow-1">
<h3 class="mb-0">Password Generator</h3>
<div class="subheading mb-3"></div>

<div class="box">
<iframe src="https://scrutch93.github.io/Password-Generator/" width="400px" height="500px">
<iframe class="card" src="https://scrutch93.github.io/Password-Generator/" width="500px" height="400px">
</iframe>
</div>
<p>This project allow the user to choose what type of criteria they would like for a password
and generate one based off of their preferences.</p>
</div>
<div class="flex-shrink-0"><span class="text-primary">date created</span></div>

<div class="flex-grow-1">
<h3 class="mb-0">Weather Dashboard</h3>
<div class="subheading mb-3"></div>

<div class="box">
<iframe src="https://scrutch93.github.io/Weather-Dashboard/" width="400px" height="500px">
<iframe class ="card"src="https://scrutch93.github.io/Weather-Dashboard/" width="500px" height="400px">
</iframe>
</div>
<p>This project is a planner that allows the user to plan and save personal events each hour
throughout the day.</p>
</div>
<div class="flex-shrink-0"><span class="text-primary">date created</span></div>

<div class="flex-grow-1">
<h3 class="mb-0">Code-Quiz</h3>
<div class="subheading mb-3"></div>

<div class="box">
<iframe src="https://scrutch93.github.io/Code-Quiz/" width="400px" height="500px">
<iframe class="card" src="https://scrutch93.github.io/Code-Quiz/" width="500px" height="400px">
</iframe>
</div>
<p>.This project is a quiz that tests the user on their knowledge of basic javascript, html, and
css concepts.</p>
</div>
<div class="flex-shrink-0"><span class="text-primary">date created</span></div>

</div>