-
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
108bbac
commit e4c1cc4
Showing
4 changed files
with
160 additions
and
7 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,3 @@ | ||
{ | ||
"liveServer.settings.port": 5501 | ||
} |
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 |
---|---|---|
|
@@ -12,14 +12,23 @@ | |
|
||
<body> | ||
<div id="elem-image"></div> | ||
<div id="footer"> | ||
|
||
</div> | ||
<h1> | ||
Sundown | ||
</h1> | ||
<div id="footer2"></div> | ||
</div> | ||
<div id="main"> | ||
|
||
<div id="page1"> | ||
<div id="nav"> | ||
<img src="https://assets-global.website-files.com/64d3dd9edfb41666c35b15b7/64d3dd9edfb41666c35b15c2_Sundown%20logo.svg" | ||
alt="sundown studios"> | ||
|
||
<div id="nav2"> | ||
<h4><a href="#">Work</a></h4> | ||
<h4><a href="/shape.html">Work</a></h4> | ||
<h4><a href="#">Studio</a></h4> | ||
<h4><a href="#">Contact</a></h4> | ||
</div> | ||
|
@@ -116,11 +125,31 @@ <h2>Capezio NYC Flagship</h2> | |
<h2>Carmelo Anthony 7pm In Brooklyn Set</h2> | ||
</div> | ||
</div> | ||
<div id="des"> | ||
<div id="text"> | ||
<div id="work"> | ||
<h1>Design</h1> | ||
<h1>Project</h1> | ||
<h1>Execution</h1> | ||
</div> | ||
<div class="pass"> | ||
<p>Our team works with our clients to refine an idea and concept into an executable design. We create a final design that encompasses the brand narrative to bring stories to life and provide end-to-end design solutions from concept, design, and architectural drawings to 3D renderings.</p> | ||
</div> | ||
</div> | ||
<div id="img"> | ||
<img src="https://assets-global.website-files.com/64d3dd9edfb41666c35b15b7/64d3dd9edfb41666c35b15e1_Project-p-1080.jpg" alt="workspace"> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
<div id="page4"> | ||
|
||
</div> | ||
<div id="page5"></div> | ||
|
||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/locomotive-scroll.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js" integrity="sha512-7eHRwcbYkK4d9g/6tD/mhkf++eoTHwpNM9woBxtPUBWm67zeAfFC+HrdoE2GanKeocly/VxeLvIqwvCdk7qScg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js" integrity="sha512-onMTRKJBKz8M1TnqqDuGBlowlH0ohFzMXYRNebz+yOcc5TQr/zAKsthzhuv0hiyUKEiQEQXEynnXCvNTOk50dg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> | ||
|
||
<script src="script.js"></script> | ||
</body> | ||
|
||
|
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
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