Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anim web #10

Merged
merged 5 commits into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
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
Binary file not shown.
Binary file not shown.
Binary file added RetroDesign/616fd1dd00cf6c70f978fc69_Canopee.ttf
Binary file not shown.
100 changes: 100 additions & 0 deletions RetroDesign/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/locomotive-scroll.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="main">
<div id="page1">
<div id="nav">
<h5>Amsterdam, NL</h4>
<img src="https://uploads-ssl.webflow.com/5f2429f172d117fcee10e819/5f7f87c8b81a6e7a214312f0_header.svg">
<div id="icon"><img src="/menu.png"></div>
</div>
<div id="parta">
<div id="ele1">
<div id="img-div">
<img src="https://assets.website-files.com/5f9085a4041dd5427c5ac8ae/615d9672cc65f12c9ab25f21_thumbnail-small.jpeg?">
</div>

<h3>Avro | Ko <span>New</span></h3><br>
<p>AvroKO is an award-winning global design firm, established itself as a global leader in interior architecture for hospitality, restaurant and bars.</p>
</div>
<div id="ele2">
<h1>All Work!</h1>
<p>A Featured selection the latest work- of the last years.</p>
<h6><span>TIP!</span> Drag sideways to navigate</h6>
</div>
<div id="ele3">
<div id="img-div">
<img src="https://assets.website-files.com/5f9085a4041dd5427c5ac8ae/645b5439577bd35377de8c43_thumbnail-small.webp?">
</div>

<h3>The Roger Hub <span>New</span></h3><br>
<p>The Roger Hub is an immersive web experience showcasing the tennis-inspired 'On' sneakers, a collaboration born out of a partnership with the legendary Roger Federer.</p>
</div>
</div>
<h1>Miranda</h1>
</div>
<div id="page2">
<div id="page2-1">
<h3>Interactive</h3>
<h1>Artist</h1>
<img src="https://uploads-ssl.webflow.com/5f2429f172d117fcee10e819/605c6ce3bc0c7d1cd4ca847e_avatar-star-p-800.jpeg">
<p><span>A</span>s a multidisciplinary freelancer, I'm passionate about creating iconic digital experiences through motion, typography, and creative coding for companies and agencies around the world.</p>
</div>
<div id="page2-2">
<img src="https://uploads-ssl.webflow.com/5f2429f172d117fcee10e819/605c62f4c78c4ba46a1268be_avatar-1-p-1600.jpeg">
<h1>digital art director interactive designer creative designer creative developer based in amsterdam,nl</h1>
</div>
</div>
<div id="page3">
<div id="pag33">
<h1>website</h1>
<img src="https://uploads-ssl.webflow.com/5f2429f172d117fcee10e819/60474834660f934090d42877_stamp.png">
</div>

<div id="page3-1">
<div id="elee1">
<h4>UPCOMING NEXT</h4>
<p>Fresh entry - A selected work from the latest digital releases.</p>
<h6><span>TIP!</span> Click on the image to explore</h6>
</div>
<div id="elee2">
<div id="imgg-div">
<img src="https://assets.website-files.com/5f9085a4041dd5427c5ac8ae/645b5c79f349770ebcc28ec4_thumbnail-small.webp?">
</div>

<h3>UNEXPECTED TIME</h3><br>
<p>Unexpected Time is a classic-furitistic gamification web experience showcasing the lost history & culture in a world dominated by the virtual reality.</p>
</div>
<div id="elee3">
<h3>THINK, CREATE</h3>
<h2>DELIVER</h2>
<p><span>A</span> strong project is created by deep collaboration. I design, develop, and deliver websites that drive results and win awards.<br> Like an artisan, I like to start from raw matter and give life to an iconic product that makes your brand stand out, starting from a Visual Strategy that guide the clent's vision to reality.</p>
<div id="circle">
<img src="https://uploads-ssl.webflow.com/5f2429f172d117fcee10e819/61001a3509319b6ae39e156b_arrow-long.svg">
<h6>All work</h6>
</div>

</div>
<img src="https://uploads-ssl.webflow.com/5f2429f172d117fcee10e819/605c679f33f67d3dd00b04b4_avatar-3.jpeg">
</div>
<div id="page3-2">
<h3>Let's create something together <span>Email Me</span></h3>
<h3>Let's create something together <span>Email Me</span></h3>
</div>
</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.2/gsap.min.js" integrity="sha512-16esztaSRplJROstbIIdwX3N97V1+pZvV33ABoG1H2OyTttBxEGkTsoIVsiP1iaTtM8b3+hu2kB6pQ4Clr5yug==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>

<script src="script.js"></script>
</body>
</html>
Binary file added RetroDesign/menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions RetroDesign/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
// main javascript file
const scroll = new LocomotiveScroll({
el: document.querySelector('#main'),
smooth: true
});
var tl = gsap.timeline()

tl.to("#page1",{
y:"100vh",
scale: 0.5,
duration: 0,
})
tl.to("#page1",{
y: "30vh",
duration: 1,
delay: 0.5,
})
tl.to("#page1",{
y:"0vh",
rotate: 360,
scale:1

})
Loading
Loading