Skip to content

Commit

Permalink
structure
Browse files Browse the repository at this point in the history
  • Loading branch information
iPwnds committed Jan 2, 2024
1 parent e950050 commit 98ba36d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
28 changes: 14 additions & 14 deletions public/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,25 @@
<link rel="stylesheet" href="./src/styles/style.css" />
<link rel="stylesheet" href="./src/styles/responsive.css" />
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />

<!-- Scripts -->
<script type="module" src="./src/scripts/script.ts"></script>
<script src="./src/scripts/script.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
once: false,
mirror: true,
anchorPlacement: 'top-bottom',
offset: 0,
duration: 1000
});
</script>
</head>

<!-- Body -->

<body>

<nav id="header"></nav>

<section class="centered">
Expand Down Expand Up @@ -95,18 +108,5 @@ <h1 class="small" data-aos="fade-out">How to contact me</h1>
</section>

<nav id="footer"></nav>

<script type="module" src="./src/scripts/script.ts"></script>
<script src="./src/scripts/script.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
once: false,
mirror: true,
anchorPlacement: 'top-bottom',
offset: 0,
duration: 1000
});
</script>
</body>
</html>
28 changes: 14 additions & 14 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,25 @@
<link rel="stylesheet" href="./src/styles/style.css" />
<link rel="stylesheet" href="./src/styles/responsive.css" />
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />

<!-- Scripts -->
<script type="module" src="./src/scripts/script.ts"></script>
<script src="./src/scripts/script.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
once: false,
mirror: true,
anchorPlacement: 'top-bottom',
offset: 0,
duration: 1000
});
</script>
</head>

<!-- Body -->

<body>

<nav id="header"></nav>

<section class="centered pb1">
Expand Down Expand Up @@ -85,18 +98,5 @@ <h1 class="huge" data-aos="fade-in"><code data-value="Current Projects">Current
</section>

<nav id="footer"></nav>

<script type="module" src="./src/scripts/script.ts"></script>
<script src="./src/scripts/script.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
once: false,
mirror: true,
anchorPlacement: 'top-bottom',
offset: 0,
duration: 1000
});
</script>
</body>
</html>

1 comment on commit 98ba36d

@vercel
Copy link

@vercel vercel bot commented on 98ba36d Jan 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

portfolio – ./

portfolio-git-master-ipwnds.vercel.app
portfolio-ipwnds.vercel.app
braunf.net
www.braunf.net

Please sign in to comment.