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

Wesley #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
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
36 changes: 20 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<title>Wonder Kraken</title>
<link href="reset.css" type="text/css" rel="stylesheet">
<link rel="icon" type="image/png" href="favicons.png" >
<link rel="icon" type="image/png" href="favicons.png">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Poppins|Ubuntu|Lato" rel="stylesheet">
<link href="style.css" type="text/css" rel="stylesheet">
</head>
Expand All @@ -25,6 +25,8 @@ <h1>Our Team</h1>
<li>We were founded in 2019.</li>
<li>We build exciting things.</li>
<li>Let's build together!</li>
<li>Ahdzlee Formentera</li>
<li>Wesley Gamponia</li>
</ul>
</div>
<div class="right">
Expand All @@ -34,22 +36,24 @@ <h1>Our Team</h1>
</section>

<main>
<h1>Who We Are</h1>

<!-- copy from here -->
<div class="about">
<div class="bio-left">
<img src="rosie-the-kraken.png"/>
</div>
<div class="bio-right">
<h2>Rosie the Kraken</h2>
<p> I'm Rosie the Kraken! In the 1940s, I encouraged women to join the World War II effort in the United States. Since then, I have become a symbol of women participating in all sorts of industries where they are underrepresented. We can do it! </p>
</div>
<h1>Who We Are</h1>

<!-- copy from here -->
<div class="about">
<div class="bio-left">
<img src="rosie-the-kraken.png" />
</div>
<div class="bio-right">
<h2>Rosie the Kraken</h2>
<p> I'm Rosie the Kraken! In the 1940s, I encouraged women to join the World War II effort in the United States.
Since then, I have become a symbol of women participating in all sorts of industries where they are
underrepresented. We can do it! </p>
</div>
<!-- to here -->
</div>
<!-- to here -->

<!-- paste what you copied directly below here -->

<!-- paste what you copied directly below here -->



</main>
Expand All @@ -60,4 +64,4 @@ <h2>Rosie the Kraken</h2>

</body>

</html>
</html>