odin-project-notes/projects/sign-up-form/index.html
2025-04-29 18:02:17 +02:00

35 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sign Up Form Project</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="full-screen-container">
<div class="left-panel">
<div class="picture-container">
<img src="nice_pic.jpg" class="left-panel-pic" alt="" />
</div>
<div class="odin-banner">
<img src="odin-lined.png" alt="" class="odin-logo" />
<p class="odin-logo-text">ODIN</p>
</div>
<div class="picture-caption-container">
<p class="picture-caption">Photo by someone, somewhere</p>
</div>
</div>
<div class="right-panel">
<div class="top-right-area">
<h3 class="right-panel-header first right-panel-left-margin">This is not a real online service! You know you need something like this in your life to help you realize your deepest dreams. Sign up <em>now</em> to get started.</h2>
<h3 class="right-panel-header second right-panel-left-margin">You <em>know</em> you want to.</h2>
</div>
<div class="form-area">ola</div>
<div class="bottom-right-area">
<div class="button bg-green subtle-shadow">Create Account</div>
</div>
</div>
</div>
</body>
</html>