Skip to content
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
64 changes: 1 addition & 63 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,63 +1 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">

<head>
<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 href="https://fonts.googleapis.com/css?family=Montserrat|Poppins|Ubuntu|Lato" rel="stylesheet">
<link href="style.css" type="text/css" rel="stylesheet">
</head>

<body>
<header>
<span>Home</span>
<span>About</span>
</header>

<section>
<h1>Our Team</h1>
<div class="row">
<div class="left">
<p> We're so glad you're visiting our page! Read below to learn more about us and what we do. </p>
<ul>
<li>We were founded in 2019.</li>
<li>We build exciting things.</li>
<li>Let's build together!</li>
</ul>
</div>
<div class="right">
<img src="team.png">
</div>
</div>
</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>
</div>
<!-- to here -->

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



</main>

<footer>
<span>Find us at gitkraken.com.</span>
</footer>

</body>

</html>
safer push test