Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
Version 3 Init
Browse files Browse the repository at this point in the history
Simplifying the site design. Updating redirects.
  • Loading branch information
Dan Canetti committed Mar 16, 2021
1 parent b55f40f commit 29ba43d
Show file tree
Hide file tree
Showing 85 changed files with 2,289 additions and 3,072 deletions.
22 changes: 9 additions & 13 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<style>
html, body, nav, footer, .body {
background: #111;
background: #fff;
}
</style>

Expand Down Expand Up @@ -52,10 +52,8 @@
<body class="sub">
<div id="wrapper" class="wrapper night">
<nav>
<a class="logo" href="/">Dan's Missing.</a>
<a class="logo" href="/">Dan.</a>
<ul>
<li><a class="l" href="/work/">Work</a></li>
<li><a class="l" href="/blog/">Blog</a></li>
<li>
<div class="njs-toggle-menu">
<input type="checkbox" id="njs-toggle-menu--toggle" class="njs-toggle-menu--toggle" />
Expand All @@ -66,10 +64,8 @@
</label>
<div class="main-nav">
<ul>
<li><a class="l" href="/work/">Work</a></li>
<li><a class="l" href="/blog/">Blog</a></li>
<li><a class="l" href="/about/">About</a></li>
<li><a class="l" href="/tools/">Tools</a></li>
<li><a class="l" href="/contact/">Contact</a></li>
<li><a class="l" href="/awesome-sites/">Inspiration</a></li>
</ul>
</div>
Expand All @@ -91,14 +87,14 @@ <h1>Looks like this page is away having a beer.</h1>
<div class="footer__content">
<span class="copyright">
Daniel Canetti &copy; 2021<br>
Built with <a class="l" href="https://www.11ty.dev/" target="_blank" rel="noopener" aria-label="Go to Eleventy">Eleventy</a>, <a class="l" href="https://webpack.js.org/" target="_blank" rel="noopener" aria-label="Go to Webpack">Webpack</a>, <a class="l" href="https://www.netlify.com/" target="_blank" rel="noopener" aria-label="Go to Netlify">Netlify</a>, and Coffee. <a class="l" href="/changelog/">View changelog</a>.
<a class="l" href="/about/" aria-label="About Dan">About</a><a class="l" href="/tools/" aria-label="Useful development tools">Tools</a><a class="l" href="/awesome-sites/" aria-label="Awesome Websites">Inspiration</a>
</span>
<div class="footer__content__slinks">
<a class="sl" href="https://github.com/DanCanetti" target="_blank" rel="noopener" aria-label="Go to Github"><img src="/dist/images/github.svg" alt="GitHub" /></a>
<a class="sl" href="https://twitter.com/Dan_Canetti" target="_blank" rel="noopener" aria-label="Go to Twitter"><img src="/dist/images/twitter.svg" alt="Twitter" /></a>
<a class="sl" href="https://www.youtube.com/c/DanielCanetti/" target="_blank" rel="noopener" aria-label="Go to YouTube"><img src="/dist/images/youtube.svg" alt="Youtube" /></a>
<a class="sl" href="https://www.twitch.tv/dan_canetti" target="_blank" rel="noopener" aria-label="Go to Twitch"><img src="/dist/images/twitch.svg" alt="Twitch" /></a>
<a class="sl" href="https://www.instagram.com/dan_canetti/" target="_blank" rel="noopener" aria-label="Go to Instagram"><img src="/dist/images/instagram.svg" alt="Instagram" /></a>
<a class="sl" href="https://github.com/DanCanetti" target="_blank" rel="noopener" aria-label="Go to Github"><img src="/dist/images/github-b.svg" alt="GitHub" /></a>
<a class="sl" href="https://twitter.com/Dan_Canetti" target="_blank" rel="noopener" aria-label="Go to Twitter"><img src="/dist/images/twitter-b.svg" alt="Twitter" /></a>
<!--a class="sl" href="https://www.youtube.com/c/DanielCanetti/" target="_blank" rel="noopener" aria-label="Go to YouTube"><img src="/dist/images/youtube-b.svg" alt="Youtube" /></a-->
<!--a class="sl" href="https://www.twitch.tv/dan_canetti" target="_blank" rel="noopener" aria-label="Go to Twitch"><img src="/dist/images/twitch-b.svg" alt="Twitch" /></a-->
<a class="sl" href="https://www.instagram.com/dan_canetti/" target="_blank" rel="noopener" aria-label="Go to Instagram"><img src="/dist/images/instagram-b.svg" alt="Instagram" /></a>
</div>
</div>
</footer>
Expand Down
11 changes: 10 additions & 1 deletion docs/_redirects
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@ https://danielcanetti.netlify.com/* https://danielcanetti.com/:splat 301!
# Redirect beta subdomain to primary domain
https://beta.danielcanetti.com/* https://danielcanetti.com/:splat 301!

# New Redirects
# Simplified design
https://danielcanetti.com/blog/ https://danielcanetti.com/ 302!
https://danielcanetti.com/contact/ https://danielcanetti.com/blog/ 302!
https://danielcanetti.com/work/ https://danielcanetti.com/about/ 302!
https://danielcanetti.com/work/townscaper-community/ https://danielcanetti.com/about/ 302!
https://danielcanetti.com/case-studies/emerald-kitchens/ https://danielcanetti.com/work/emerald-kitchens/ 301!
https://danielcanetti.com/work/align-growth-summit/ https://danielcanetti.com/about/ 302!
https://danielcanetti.com/work/canetti-codes/ https://danielcanetti.com/about/ 302!

# 2020 Redirects
https://danielcanetti.com/current-setup/ https://danielcanetti.com/blog/2019-setup/ 301!
https://danielcanetti.com/recommended-reading/ https://danielcanetti.com/blog/2019-reading-list/ 301!
https://danielcanetti.com/moodboard/ https://danielcanetti.com/blog/ 301!
Expand Down
83 changes: 43 additions & 40 deletions docs/contact/index.html → docs/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,39 +23,37 @@

<style>
html, body, nav, footer, .body {
background: #111;
background: #fff;
}
</style>

<link rel="stylesheet" rel="async" href="/dist/ctti.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js" integrity="sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx/qtq/1itJ0C2ejDxltZVFg==" crossorigin="anonymous"></script>
<script type="text/javascript" defer src="/dist/bundle.js"></script>
<script async defer data-website-id="a770c3a4-ed9d-4369-a6cf-d800ddf680ab" src="https://analytics.danielcanetti.com/umami.js"></script>
<title>Daniel Canetti • Contact</title>
<meta name="description" content="Reach out to start a project, see if I can help, or to just say hi.">
<title>Daniel Canetti • About</title>
<meta name="description" content="I'm Daniel Canetti and although I've moved into an operations manager position I still like to tinker with code in my spare time.">
<meta property="og:locale" content="en_GB" />
<meta property="og:site_name" content="Daniel Canetti" />

<meta property="og:title" content="Daniel Canetti • Contact" />
<meta property="og:description" content="Reach out to start a project, see if I can help, or to just say hi." />
<meta property="og:title" content="Daniel Canetti • About" />
<meta property="og:description" content="I'm Daniel Canetti and although I've moved into an operations manager position I still like to tinker with code in my spare time." />
<meta property="og:url" content="https://danielcanetti.com/" />
<meta property="og:image" content="https://danielcanetti.com/dist/images/feature.jpg" />
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="Daniel Canetti • Contact">
<meta property="twitter:description" content="Reach out to start a project, see if I can help, or to just say hi.">
<meta property="twitter:title" content="Daniel Canetti • About">
<meta property="twitter:description" content="I'm Daniel Canetti and although I've moved into an operations manager position I still like to tinker with code in my spare time.">
<meta property="twitter:image" content="https://danielcanetti.com/dist/images/feature.jpg">
<meta property="twitter:url" content="https://danielcanetti.com/">
<meta property="twitter:site" content="@Dan_Canetti">
<meta property="twitter:creator" content="@Dan_Canetti">

</head>
<body class="sub contact">
<body class="sub">
<div id="wrapper" class="wrapper night">
<nav>
<a class="logo" href="/">Contact Dan.</a>
<a class="logo" href="/">Dan.</a>
<ul>
<li><a class="l" href="/work/">Work</a></li>
<li><a class="l" href="/blog/">Blog</a></li>
<li>
<div class="njs-toggle-menu">
<input type="checkbox" id="njs-toggle-menu--toggle" class="njs-toggle-menu--toggle" />
Expand All @@ -66,10 +64,8 @@
</label>
<div class="main-nav">
<ul>
<li><a class="l" href="/work/">Work</a></li>
<li><a class="l" href="/blog/">Blog</a></li>
<li><a class="l" href="/about/">About</a></li>
<li><a class="l" href="/tools/">Tools</a></li>
<li><a class="l" href="/contact/">Contact</a></li>
<li><a class="l" href="/awesome-sites/">Inspiration</a></li>
</ul>
</div>
Expand All @@ -78,44 +74,51 @@
</ul>
</nav>

<h1 class="--sub">Contact</h1>
<h1 class="--sub">About</h1>

<div class="body body--sub">
<div class="body__section body__section--fade">
<h2>Contact</h2>
<p>Reach out to start a project, see if I can help, or to just say hi.</p>
<form id="dancanetti_contact" class="form" name="contact" method="POST" netlify data-parsley-validate>
<div class="form-group">
<label for="dancanetti_contact_name">Name</label>
<input type="text" id="dancanetti_contact_name" name="dancanetti_contact_name" required data-parsley-required />
</div>
<div class="form-group">
<label for="dancanetti_contact_email">Email</label>
<input type="email" data-parsley-type="email" id="dancanetti_contact_email" name="dancanetti_contact_email" required data-parsley-required />
</div>
<div class="form-group">
<label for="dancanetti_contact_message">Message</label>
<textarea id="dancanetti_contact_message" name="dancanetti_contact_message" required data-parsley-required></textarea>
</div>
<div class="form-group">
<button type="submit">Send Message</button>
</div>
</form>
<video autoplay loop muted>
<source src="/dist/images/about.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<h2>Well hello there,</h2>
<p>I'm Daniel Canetti, a front-end web developer living and working in Yorkshire, England.</p>
<p>Currently the front-end developer for <a href="https://nouveaubeautygroup.com/">Nouveau HD Beauty Group</a>, a permanent makeup training company.</p>
<p>On this site you'll find updates on my latest projects as well as some updates about life, books, golf, and work.</p>
<h3 class="mt">Recent work</h3>
<ul>
<li><a href="/work/nouveau-lashes/" class="l">Nouveau Lashes</a></li>
<li><a href="/work/kb-pro/" class="l">K.B Pro</a></li>
<li><a href="/work/emerald-kitchens/" class="l">Emerald Kitchens</a></li>
<li><a href="/work/marketing-news-builder/" class="l">Marketing News Builder</a></li>
</ul>
<h3 class="mt">Projects</h3>
<ul>
<li><a href="/tools/agenda-csv-parser/" class="l">Agenda/Timeline Parser</a></li>
<li><a href="https://thisboilerplate.rocks/" class="l">thisboilerplate.rocks</a></li>
<li><a href="https://townscaper.community/" class="l">townscaper.community</a></li>
</ul>
<h3 class="mt">When I'm not working</h3>
<p>I'm an <s>avid gym-goer</s> (home workouts via - <a class="l" href="https://www.nike.com/gb/ntc-app">Nike Training Club</a>), improving golfer, and like the <a class="l" href="/blog/coniston-water-2020/">occasional wander</a>.</p>
<h3 class="mt">How it's made</h3>
<p>This site is built with <a class="l" href="https://www.11ty.dev/" target="_blank" rel="noopener" aria-label="Go to Eleventy">Eleventy</a>, <a class="l" href="https://webpack.js.org/" target="_blank" rel="noopener" aria-label="Go to Webpack">Webpack</a>, <a class="l" href="https://www.netlify.com/" target="_blank" rel="noopener" aria-label="Go to Netlify">Netlify</a>, and Coffee.</p>
<p>Keep up to date with changes <a class="l" href="/changelog/" aria-label="view changelog">here</a>.</p>
</div>
</div>
</div>
<footer>
<div class="footer__content">
<span class="copyright">
Daniel Canetti &copy; 2021<br>
Built with <a class="l" href="https://www.11ty.dev/" target="_blank" rel="noopener" aria-label="Go to Eleventy">Eleventy</a>, <a class="l" href="https://webpack.js.org/" target="_blank" rel="noopener" aria-label="Go to Webpack">Webpack</a>, <a class="l" href="https://www.netlify.com/" target="_blank" rel="noopener" aria-label="Go to Netlify">Netlify</a>, and Coffee. <a class="l" href="/changelog/">View changelog</a>.
<a class="l" href="/about/" aria-label="About Dan">About</a><a class="l" href="/tools/" aria-label="Useful development tools">Tools</a><a class="l" href="/awesome-sites/" aria-label="Awesome Websites">Inspiration</a>
</span>
<div class="footer__content__slinks">
<a class="sl" href="https://github.com/DanCanetti" target="_blank" rel="noopener" aria-label="Go to Github"><img src="/dist/images/github.svg" alt="GitHub" /></a>
<a class="sl" href="https://twitter.com/Dan_Canetti" target="_blank" rel="noopener" aria-label="Go to Twitter"><img src="/dist/images/twitter.svg" alt="Twitter" /></a>
<a class="sl" href="https://www.youtube.com/c/DanielCanetti/" target="_blank" rel="noopener" aria-label="Go to YouTube"><img src="/dist/images/youtube.svg" alt="Youtube" /></a>
<a class="sl" href="https://www.twitch.tv/dan_canetti" target="_blank" rel="noopener" aria-label="Go to Twitch"><img src="/dist/images/twitch.svg" alt="Twitch" /></a>
<a class="sl" href="https://www.instagram.com/dan_canetti/" target="_blank" rel="noopener" aria-label="Go to Instagram"><img src="/dist/images/instagram.svg" alt="Instagram" /></a>
<a class="sl" href="https://github.com/DanCanetti" target="_blank" rel="noopener" aria-label="Go to Github"><img src="/dist/images/github-b.svg" alt="GitHub" /></a>
<a class="sl" href="https://twitter.com/Dan_Canetti" target="_blank" rel="noopener" aria-label="Go to Twitter"><img src="/dist/images/twitter-b.svg" alt="Twitter" /></a>
<!--a class="sl" href="https://www.youtube.com/c/DanielCanetti/" target="_blank" rel="noopener" aria-label="Go to YouTube"><img src="/dist/images/youtube-b.svg" alt="Youtube" /></a-->
<!--a class="sl" href="https://www.twitch.tv/dan_canetti" target="_blank" rel="noopener" aria-label="Go to Twitch"><img src="/dist/images/twitch-b.svg" alt="Twitch" /></a-->
<a class="sl" href="https://www.instagram.com/dan_canetti/" target="_blank" rel="noopener" aria-label="Go to Instagram"><img src="/dist/images/instagram-b.svg" alt="Instagram" /></a>
</div>
</div>
</footer>
Expand Down

0 comments on commit 29ba43d

Please sign in to comment.