Skip to content

Commit

Permalink
asdfa
Browse files Browse the repository at this point in the history
  • Loading branch information
macedonianluke committed Oct 25, 2024
1 parent b15d800 commit 391e762
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 187 deletions.
66 changes: 66 additions & 0 deletions index-html.html
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>
187 changes: 0 additions & 187 deletions index.html

This file was deleted.

Loading

0 comments on commit 391e762

Please sign in to comment.