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

Copied all code #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
Binary file added .DS_Store
Binary file not shown.
File renamed without changes.
24 changes: 24 additions & 0 deletions about.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
.navigation{
margin: 25px;
}



#aboutTitle{
font-family: 'Montserrat', sans-serif;
font-size: 40px;
margin-left: 120px;
margin-top: 50px;
}

.hero-body{
margin-left: 100px;
margin-right: 100px;
}

.footerContainer{
margin-right: 100px;
margin-left: 100px;
margin-bottom: 50px;
margin-top: 30px;
}
198 changes: 198 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,198 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title> Rebecca Wu </title>
<link rel="icon" href="images/rw.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css" />
<link rel="stylesheet" href="about.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital@1&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
</head>

<body>
<!-- Navigation Bar -->
<section class = "navigation">
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="home.html">
<img src="images/logo.png">
</a>
</div>
<div class="navbar-end">
<a class="navbar-item" href="home.html"> Home </a>
<!-- Projects Dropdown-->
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link"> Projects </a>
<div class="navbar-dropdown">
<a class="navbar-item" href="couch.html">
Wooden Couch
</a>
<a class="navbar-item" href="thor.html">
Mjolnir
</a>
<a class="navbar-item" href="cars.html">
Cars/Boats
</a>
<a class="navbar-item" href="random.html">
Random Pictures
</a>
</div>
</div>
</div>
<a class="navbar-item" href="about.html"> About </a>
</nav>
</section>

<section>
<h1 class="title is-2" id="aboutTitle">
About Me
</h1>
</section>

<!--About Me Title-->
<section>
<div class="hero-body">
<div class="container">
<div class="columns is-vcentered">
<div class="column is-8" id="heroDescription">
<h2 class="subtitle is-4">
How did I get started in woodworking?
</h2>
<h2 class="subtitle is-5">
I started woodworking in 6th through a club at my middle school called the Design & Engineering Club (D&E).
It was the first year the club was created so the teachers and students had to figure things out as we went.
We were able to learn the basics of woodworking to create hand pulled soap box derby cars in teams and I really
enjoyed the hands on nature of it. I continued being a member of the club throughout middle school and I was able to
see the evolution of the projects as the we built upon previous year's designs.
</h2>
<h2 class="subtitle is-4">
How have I continued woodworking after leaving the D&E Club?
</h2>
<h2 class="subtitle is-5">
Throughout high school, I maintained contact with the teachers who ran the D&E Club and was able to visit to help out in
teaching new members of the club how to woodwork. This allowed me access to the tools and materials needed to continue woodworking
and working on my personal projects.
</h2>
<br>
</div>
<div class="column">
<img src="about/about.png">
<figcaption>Using the drillpress as a 6th grader (top picture) and as an 8th grader (bottom picture)</figcaption>
</div>
</div>
</div>
</div>
<br>
<br>
</section>

<section>
<div class="columns is-centered is-variable is-5">
<!-- COLUMN 1 -->
<div class="column is-one-quarter">
<!-- CARD -->
<div class="card">
<div class="card-image">
<figure class="image">
<img
src="about/7P9A3624.JPG"
/>
</figure>
</div>
<div class="card-content">
<div class="content">
<p class="title is-6">6th Grade</p>
</div>
</div>
</div>
</div>

<!-- COLUMN 2 -->
<div class="column is-one-quarter">
<!-- COL2 CARD1 -->
<div class="card">
<div class="card-image">
<figure class="image">
<img
src="about/K6.jpg"
/>
</figure>
</div>
<div class="card-content">
<div class="content">
<p class="title is-6">7th Grade</p>
</div>
</div>
</div>
<br>
<div class="has-text-centered">
<a class="button is-link is-light" href="cars.html"> View Car/Boat Page</a>
</div>
<br>
<br>
</div>

<!-- COLUMN 3 -->
<div class="column is-one-quarter">
<!-- CARD -->
<div class="card">
<div class="card-image">
<figure class="image">
<img
src="about/IMG_0983.jpg"
/>
</figure>
</div>
<div class="card-content">
<div class="content">
<p class="title is-6">8th Grade</p>
</div>

</div>
</div>
</div>
</div>
</div>
</section>

<!-- Footer -->
<section class = "footer">
<footer class="footerContainer">
<div class="content">
<div class="columns">
<div class="column">
<h2 class="title is-3"> Rebecca Wu </h2>
<p class="subtitle is-4"> Woodworking Showcase Portfolio </p>
<p class="subtitle is-6"> Contact Me</p>
<a href="https://www.linkedin.com/in/rebeccawu68/">
<img src="https://cdn-icons-png.flaticon.com/512/49/49656.png" height="20" width="20"> <span href="https://www.linkedin.com/in/rebeccawu68/"> https://www.linkedin.com/in/rebeccawu68/</span>
</a>
<br>
<a href="mailto:[email protected]"> <span class="material-symbols-outlined">mail</span> [email protected]</a>

</div>
<div class="column">
<p class="subtitle is-4"> Pages</p>
<a href="couch.html" class="footerLink"> Wooden Couch</a>
<br>
<a href="thor.html" class="footerLink"> Mjolnir</a>
<br>
<a href="cars.html" class="footerLink"> Cars/Boats</a>
<br>
<a href="random.html" class="footerLink"> Random Pictures</a>
<br>
<a href="about.html" class="footerLink"> About</a>
</div>
</div>
</footer>
</section>



</body>
Binary file added about/7P9A3624.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added about/IMG_0983.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added about/K6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added about/about.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions cars.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
.navigation{
margin: 25px;
}

.hero-body{
margin-left: 130px;
margin-right: 130px;
}

.imageGallery{
margin-right: 120px;
margin-left: 120px;
margin-top: 50px;
margin-bottom: 50px;
}

.row {
display: flex;
flex-wrap: wrap;
padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column {
flex: 25%;
padding: 0 4px;
}

.column img {
margin-top: 8px;
vertical-align: middle;
}

.footerContainer{
margin-right: 100px;
margin-left: 100px;
margin-bottom: 50px;
margin-top: 30px;
}
Loading