-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b15d800
commit 391e762
Showing
3 changed files
with
251 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Agents of Architecture</title> | ||
<link rel="stylesheet" href="css/styles.css"> | ||
</head> | ||
<body> | ||
<header> | ||
<a href="#" class="logo">AOA</a> | ||
<nav> | ||
<a href="#work">Work</a> | ||
<a href="#studio">Studio</a> | ||
<a href="#contact">Contact</a> | ||
</nav> | ||
</header> | ||
|
||
<div class="scroll-container"> | ||
<section id="hero" class="section"> | ||
<div class="section-bg" style="background-image: url('images/hero.jpg')"></div> | ||
<div class="overlay"></div> | ||
<div class="section-content"> | ||
<h2 class="hero-subtitle">Agents of Architecture</h2> | ||
<h1 class="hero-title">Shape Tomorrow</h1> | ||
</div> | ||
</section> | ||
|
||
<section id="project1" class="section"> | ||
<div class="section-bg" style="background-image: url('images/nova-heights.jpg')"></div> | ||
<div class="overlay"></div> | ||
<div class="section-content"> | ||
<h2 class="project-title">Nova Heights</h2> | ||
<p>A revolutionary approach to vertical living, where nature and architecture exist in perfect harmony. Tokyo, 2024</p> | ||
</div> | ||
</section> | ||
|
||
<section id="project2" class="section"> | ||
<div class="section-bg" style="background-image: url('images/void.jpg')"></div> | ||
<div class="overlay"></div> | ||
<div class="section-content"> | ||
<h2 class="project-title">The Void</h2> | ||
<p>Redefining negative space in urban contexts. An immersive cultural center in Oslo, 2023</p> | ||
</div> | ||
</section> | ||
|
||
<section id="project3" class="section"> | ||
<div class="section-bg" style="background-image: url('images/contact.jpg')"></div> | ||
<div class="overlay"></div> | ||
<div class="section-content"> | ||
<h2 class="project-title">Contact</h2> | ||
<p>Copenhagen • Tokyo • Oslo<br>[email protected]</p> | ||
</div> | ||
</section> | ||
</div> | ||
|
||
<div class="scroll-indicator"> | ||
<span class="scroll-text">Scroll</span> | ||
<div class="scroll-progress"></div> | ||
</div> | ||
|
||
<div class="year"> | ||
Est. 2024 | ||
</div> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.