Ahemmeter.github.io

Size
6,584 Kb
Views
32,384

How do I make an ahemmeter.github.io?

Just a website I put together for a friend. I'm pretty proud of this one, especially the footer.This website went live and can be seen here in all its glory. Still working on making it a little more device-responsive.. What is a ahemmeter.github.io? How do you make a ahemmeter.github.io? This script and codes were developed by Woodrow Barlow on 31 July 2022, Sunday.

Ahemmeter.github.io Previews

Ahemmeter.github.io - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>ahemmeter.github.io</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='http://fonts.googleapis.com/css?family=Roboto:400,300,700|Raleway:400,100,700'>
<link rel='stylesheet prefetch' href='http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<header> <h1 data-ipa="eɪmi hɛməɾɹ̩">Amy Hemmeter</h1> <h2>Phonetics & Sociolinguistics</h2><a id="scroll" href="#content" title="Scroll Down">Scroll Down</a>
</header>
<div id="content"><img src="//ahemmeter.github.io/images/amy.jpg" alt="Amy Hemmeter" title="Amy Hemmeter"/> <nav> <ul> <li><a href="#">Biographical</a></li> <li><a href="#">Curriculum Vitae</a></li> <li><a href="#">Research Projects</a></li> <li><a href="#">Linguistics Blog</a></li> </ul> </nav> <main> <h1>Biographical</h1> <p>I am currently a second-year Masters student in Linguistics at North Carolina State University.</p> <p>I specialize in sociophonetics with a focus in language and gender, speech perception, and phonation. I'm broadly interested in the following questions: What do we pay the most attention to when we perceive speech? Can certain socioindexical aspects of a speaker change the listener's perception of the physical sounds the speaker produces?</p> <p> My research to date has focused on creaky voice and the accoustic and social effects on the perception of creaky voice versus modal voice. </p> </main> <footer> <div class="left"><a class="cv" href="#">Download my CV</a></div> <div class="right"><a class="email" href="#">[email protected]</a> <ul> <li><a href="http://www.ncsu.edu/linguistics/" target="_blank">NCSU Linguistics</a></li> <li><a href="http://phon.wordpress.ncsu.edu/" target="_blank">Phonology Lab</a></li> </ul> </div> </footer>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Ahemmeter.github.io - Script Codes CSS Codes

@-webkit-keyframes bobbing { 0% { padding-bottom: 5px; } 100% { padding-bottom: 15px; }
}
@keyframes bobbing { 0% { padding-bottom: 5px; } 100% { padding-bottom: 15px; }
}
* { box-sizing: border-box;
}
body { font-family: "Roboto", sans-serif; font-family: 14pt; letter-spacing: 0.05em; min-width: 550px;
}
h1, h2, h3 { font-family: "Raleway", sans-serif; color: #EFDAAB;
}
h1 { font-size: 48pt;
}
h2 { font-size: 16pt;
}
h3 { font-size: 14pt;
}
header::before { display: block; content: ''; z-index: -3; position: fixed; top: 0; height: 100vh; width: 100%; background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.75)), url("//ahemmeter.github.io/images/header.jpg") center/cover; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.75)), url("//ahemmeter.github.io/images/header.jpg") center/cover; filter: blur(5px); -webkit-filter: blur(5px); -webkit-transform: scale(1.1); transform: scale(1.1);
}
header { z-index: -2; position: fixed; top: 0; height: 100vh; width: 100%; background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.75)); background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.75)); text-align: center;
}
header h1 { margin: 0 auto; width: 500px; font-weight: 100; letter-spacing: 2pt; padding-top: 40vh; color: #EFDAAB; border-bottom: 1px solid #FFA315; text-shadow: 0 0 10px #000; box-shadow: 0 50px 50px -50px rgba(0, 0, 0, 0.75);
}
header h2 { letter-spacing: 4pt; color: #FFA315;
}
header h1[data-ipa]::before { display: block; font-family: 'Arial', sans-serif; font-size: 10pt; content: "[" attr(data-ipa) "]";
}
header #scroll { position: absolute; bottom: 15px; color: rgba(239, 218, 171, 0.1); text-decoration: none; border-bottom: 4pt solid rgba(239, 218, 171, 0.1); font-size: 0; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; -webkit-animation: bobbing 1s ease; animation: bobbing 1s ease; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate;
}
header #scroll::before { font-family: 'FontAwesome'; font-size: 42pt; content: '\f0a7'; -webkit-animation: bobbing 1s ease; animation: bobbing 1s ease; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate;
}
header #scroll:hover { color: rgba(239, 218, 171, 0.4); border-bottom: 4pt solid rgba(239, 218, 171, 0.2); text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#content { position: relative; min-height: 100vh; background: #fdfaf4; margin-top: 100vh; box-shadow: 0 -20px 20px rgba(0, 0, 0, 0.25); padding-bottom: 300px;
}
#content img { position: absolute; bottom: 50px; left: 50%; margin-left: -500px; width: 200px; border-radius: 50%; border: 10px solid #EFDAAB; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); z-index: 10;
}
nav { text-align: center; height: 50px; font-family: "Raleway", sans-serif;
}
nav a { color: #FF7728; text-decoration: none;
}
nav a:hover { border-bottom: 1px solid #FF7728;
}
nav ul { padding-top: 15px;
}
nav ul li { padding: 0 10px; font-size: 16pt; display: inline-block;
}
main { padding: 15px; color: #070616; width: 800px; margin: 0 auto;
}
main p { margin: 15px auto; text-align: justify; line-height: 125%; font-weight: 300;
}
main a { color: #FF7728; text-decoration: none;
}
main a:hover { text-decoration: underline;
}
footer { position: absolute; bottom: 0; width: 100%; height: 150px; background: #070616; font-family: "Raleway", sans-serif; text-align: center; padding-top: 30px; color: #fdfaf4; box-shadow: 0 0 10px black; z-index: 9;
}
footer .left, footer .right { display: inline-block; margin: 0 10px; text-align: center;
}
footer .cv { position: relative; font-size: 12pt; font-weight: 100;
}
footer .cv::before { display: block; content: '\f1c1'; font-family: 'FontAwesome'; font-size: 42pt; margin-bottom: 10px;
}
footer .cv::after { position: absolute; top: 0; left: 50%; margin-top: -40px; margin-left: 5px; display: block; content: '\f019'; font-family: 'FontAwesome'; font-size: 28pt; text-shadow: 0 0 5px #000, 0 0 10px #000;
}
footer a { color: #fdfaf4; text-decoration: none; -webkit-transition: color 0.15s ease; transition: color 0.15s ease;
}
footer a:hover { color: #FF7728;
}
footer .email { display: block; font-size: 18pt; margin-bottom: 10px;
}
footer .email::before { vertical-align: middle; font-size: 24pt; font-family: 'FontAwesome'; content: '\f003'; margin-right: 10px;
}
footer ul { display: inline-block; padding: 0; margin: 0 auto;
}
footer ul li { display: inline-block; font-weight: 100;
}
footer ul li:first-child::after { content: ' // ';
}
footer::before { display: block; position: absolute; top: 0; left: 50%; margin-left: -315px; margin-top: -60pt; height: 60pt; overflow: hidden; content: 'Amy Hemmeter'; font-size: 72pt; font-weight: 700; color: #070616; text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); white-space: nowrap;
}
@media (max-width: 1150px) { header::before { background-position: right; }
}
@media (max-width: 580px) { header { position: auto; height: 400px; } #content { margin-top: 400px; } #scroll { display: none; }
}

Ahemmeter.github.io - Script Codes JS Codes

/* smooth scroll function * ref: https://css-tricks.com/snippets/jquery/smooth-scrolling/ */
$('a#scroll').click(function() { if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) { var target = $(this.hash); target = target.length ? target : $('[name=' + this.hash.slice(1) +']'); if (target.length) { $('html,body').animate({ scrollTop: target.offset().top }, 1000); return false; } }
});
Ahemmeter.github.io - Script Codes
Ahemmeter.github.io - Script Codes
Home Page Home
Developer Woodrow Barlow
Username wbarlow
Uploaded July 31, 2022
Rating 3
Size 6,584 Kb
Views 32,384
Do you need developer help for Ahemmeter.github.io?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Woodrow Barlow (wbarlow) Script Codes
Create amazing Facebook ads with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!