-
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.
apply accessibility changes from index to all pages, add skip navigat…
…ion, change visually-hidden (sr-only), correct labels for SM icons
- Loading branch information
Showing
16 changed files
with
271 additions
and
153 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
<meta name="description" content="Sven Kiefer is a PhD candidate in astrophysics, currently focusing on cloud formations on exoplanets." /> <!-- TODO --> | ||
|
||
<!-- Also in html5up --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <!-- user-scalable??? --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<link rel="stylesheet" href="assets/css/font-theme-orig.css"> | ||
<link rel="stylesheet" href="assets/css/color-theme-blue.css"> | ||
<link rel="stylesheet" href="assets/css/main.css"> | ||
|
@@ -28,7 +28,7 @@ | |
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png"> | ||
</head> | ||
|
||
<body class="is-preload" lang="en"> | ||
<body class="is-preload"> | ||
<!-- Wrapper --> | ||
<div id="wrapper"> | ||
|
||
|
@@ -37,26 +37,30 @@ | |
|
||
<div class="inner"> | ||
|
||
<a class="skip-link" href="#h1">Skip navigation</a> | ||
|
||
<!-- Header --> | ||
<header id=header> | ||
|
||
<!-- icons --> | ||
<ul class="icons"> | ||
<li><a href="https://twitter.com/ExoSvenK" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li> | ||
<li><a href="https://github.com/Kiefersv" class="icon brands fa-github"><span class="label">Facebook</span></a></li> | ||
<li><a href="mailto:[email protected]" class="icon far fa-envelope"><span class="label">Medium</span></a></li> | ||
<li><a href="https://github.com/Kiefersv" class="icon brands fa-github"><span class="label">GitHub</span></a></li> | ||
<li><a href="mailto:[email protected]" class="icon far fa-envelope"><span class="label">e-mail</span></a></li> | ||
</ul> | ||
|
||
<!-- Navigation --> | ||
<nav id=nav> | ||
<nav id=nav aria-labelledby="mainmenulabel"> | ||
<input type="checkbox" id="nav-check"> | ||
<label for="nav-check" class="checkbtn"> | ||
<i class="fas fa-plus closing"></i> | ||
<i class="fas fa-bars opening"></i> | ||
<span class="visually-hidden">Open/close main menu with space bar</span> | ||
</label> | ||
<span id="mainmenulabel" class="visually-hidden">Main Menu</span> | ||
<ul> | ||
<li><a href="index.html">Home</a></li> | ||
<li><a class="active" href="curriculum-vitae.html">Curriculum Vitae</a></li> | ||
<li><a class="active" href="curriculum-vitae.html" aria-current="page">Curriculum Vitae</a></li> | ||
<li><a href="research.html">Research</a></li> | ||
<li><a href="outreach-teaching.html">Teaching & Outreach</a></li> | ||
<li><a href="extracurricular-activities.html">Extra-Curricular</a></li> | ||
|
@@ -69,7 +73,7 @@ | |
<section> | ||
<!-- TODO --> | ||
<header class="main"> | ||
<h1>Curiculum Vitae</h1> | ||
<h1 id="h1">Curiculum Vitae</h1> | ||
</header> | ||
|
||
<!-- Content --> | ||
|
@@ -270,11 +274,11 @@ <h2 id="extracurricular">Extracurricular Activities</h2> | |
<footer id=footer> | ||
<ul class="icons"> | ||
<li><a href="https://twitter.com/ExoSvenK" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li> | ||
<li><a href="https://github.com/Kiefersv" class="icon brands fa-github"><span class="label">Facebook</span></a></li> | ||
<li><a href="mailto:[email protected]" class="icon far fa-envelope"><span class="label">Medium</span></a></li> | ||
<li><a href="https://github.com/Kiefersv" class="icon brands fa-github"><span class="label">GitHub</span></a></li> | ||
<li><a href="mailto:[email protected]" class="icon far fa-envelope"><span class="label">e-mail</span></a></li> | ||
</ul> | ||
<ul class="copyright"> | ||
<li>Copyright © 2022. All rights reserved.</li> | ||
<li>Copyright © 2023 Sven Kiefer. All rights reserved.</li> | ||
<li>Design based on <a href="http://html5up.net">HTML5 UP</a></li> | ||
</ul> | ||
<!-- alt: <small>© Copyright {{currentYear}}, Example Corporation</small> --> | ||
|
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
<meta name="description" content="Sven Kiefer is a PhD candidate in astrophysics, currently focusing on cloud formations on exoplanets." /> | ||
|
||
<!-- Also in html5up --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <!-- user-scalable??? --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<link rel="stylesheet" href="../assets/css/font-theme-orig.css"> | ||
<link rel="stylesheet" href="../assets/css/color-theme-blue.css"> | ||
<link rel="stylesheet" href="../assets/css/main.css"> | ||
|
@@ -30,7 +30,7 @@ | |
</head> | ||
|
||
|
||
<body class="is-preload" lang="en"> | ||
<body class="is-preload"> | ||
|
||
<div id="page-wrapper"> | ||
|
||
|
@@ -41,23 +41,26 @@ | |
<div id=main> | ||
<div class="inner"> | ||
|
||
<a class="skip-link" href="#h1">Skip navigation</a> | ||
|
||
<!-- Header --> | ||
<header id=header> | ||
<!-- icons --> | ||
<ul class="icons"> | ||
<li><a href="https://twitter.com/ExoSvenK" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li> | ||
<li><a href="https://github.com/Kiefersv" class="icon brands fa-github"><span class="label">Facebook</span></a></li> | ||
<li><a href="mailto:[email protected]" class="icon far fa-envelope"><span class="label">Medium</span></a></li> | ||
<li><a href="https://github.com/Kiefersv" class="icon brands fa-github"><span class="label">GitHub</span></a></li> | ||
<li><a href="mailto:[email protected]" class="icon far fa-envelope"><span class="label">e-mail</span></a></li> | ||
</ul> | ||
|
||
<!-- Navigation --> | ||
<nav id=nav> | ||
<nav id=nav aria-labelledby="mainmenulabel"> | ||
<input type="checkbox" id="nav-check"> | ||
<label for="nav-check" class="checkbtn"> | ||
<i class="fas fa-plus closing"></i> | ||
<i class="fas fa-bars opening"></i> | ||
<span class="visually-hidden">Open/close main menu with space bar</span> | ||
</label> | ||
<span id="mainmenulabel" class="visually-hidden">Main Menu</span> | ||
<ul> | ||
<li><a href="../index.html">Home</a></li> | ||
<li><a href="../curriculum-vitae.html">Curriculum Vitae</a></li> | ||
|
@@ -73,7 +76,7 @@ | |
<section> | ||
<!-- Content --> | ||
<header class="main"> | ||
<h1>Around Distant Suns</h1> | ||
<h1 id="h1">Around Distant Suns</h1> | ||
</header> | ||
|
||
<!--<span class="image main"><img src="../images/aris/spac_meet.png" alt="" /></span>--> | ||
|
@@ -175,11 +178,11 @@ <h3>Screen Play Writing</h3> | |
<footer id=footer> | ||
<ul class="icons"> | ||
<li><a href="https://twitter.com/ExoSvenK" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li> | ||
<li><a href="https://github.com/Kiefersv" class="icon brands fa-github"><span class="label">Facebook</span></a></li> | ||
<li><a href="mailto:[email protected]" class="icon far fa-envelope"><span class="label">Medium</span></a></li> | ||
<li><a href="https://github.com/Kiefersv" class="icon brands fa-github"><span class="label">GitHub</span></a></li> | ||
<li><a href="mailto:[email protected]" class="icon far fa-envelope"><span class="label">e-mail</span></a></li> | ||
</ul> | ||
<ul class="copyright"> | ||
<li>Copyright © 2022. All rights reserved.</li> | ||
<li>Copyright © 2023 Sven Kiefer. All rights reserved.</li> | ||
<li>Design based on <a href="http://html5up.net">HTML5 UP</a></li> | ||
</ul> | ||
<!-- alt: <small>© Copyright {{currentYear}}, Example Corporation</small> --> | ||
|
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
<meta name="description" content="Sven Kiefer is a PhD candidate in astrophysics, currently focusing on cloud formations on exoplanets." /> | ||
|
||
<!-- Also in html5up --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <!-- user-scalable??? --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<link rel="stylesheet" href="../assets/css/font-theme-orig.css"> | ||
<link rel="stylesheet" href="../assets/css/color-theme-blue.css"> | ||
<link rel="stylesheet" href="../assets/css/main.css"> | ||
|
@@ -31,7 +31,7 @@ | |
|
||
|
||
|
||
<body class="is-preload" lang="en"> | ||
<body class="is-preload"> | ||
|
||
<div id="page-wrapper"> | ||
|
||
|
@@ -42,23 +42,27 @@ | |
<div id=main> | ||
<div class="inner"> | ||
|
||
<a class="skip-link" href="#h1">Skip navigation</a> | ||
|
||
|
||
<!-- Header --> | ||
<header id=header> | ||
<!-- icons --> | ||
<ul class="icons"> | ||
<li><a href="https://twitter.com/ExoSvenK" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li> | ||
<li><a href="https://github.com/Kiefersv" class="icon brands fa-github"><span class="label">Facebook</span></a></li> | ||
<li><a href="mailto:[email protected]" class="icon far fa-envelope"><span class="label">Medium</span></a></li> | ||
<li><a href="https://github.com/Kiefersv" class="icon brands fa-github"><span class="label">GitHub</span></a></li> | ||
<li><a href="mailto:[email protected]" class="icon far fa-envelope"><span class="label">e-mail</span></a></li> | ||
</ul> | ||
|
||
<!-- Navigation --> | ||
<nav id=nav> | ||
<nav id=nav aria-labelledby="mainmenulabel"> | ||
<input type="checkbox" id="nav-check"> | ||
<label for="nav-check" class="checkbtn"> | ||
<i class="fas fa-plus closing"></i> | ||
<i class="fas fa-bars opening"></i> | ||
<span class="visually-hidden">Open/close main menu with space bar</span> | ||
</label> | ||
<span id="mainmenulabel" class="visually-hidden">Main Menu</span> | ||
<ul> | ||
<li><a href="../index.html">Home</a></li> | ||
<li><a href="../curriculum-vitae.html">Curriculum Vitae</a></li> | ||
|
@@ -75,7 +79,7 @@ | |
<!-- TODO --> | ||
<!-- Content --> | ||
<header class="main"> | ||
<h1>ARIS</h1> | ||
<h1 id="h1">ARIS</h1> | ||
</header> | ||
|
||
<span class="image main"><img src="../IMG/extracur/spac_meet.jpg" alt="Panorama picture of the exhibition hall of the Spaceport America Cup." /></span> | ||
|
@@ -175,14 +179,13 @@ <h3>Screen Play Writing</h3> | |
<footer id=footer> | ||
<ul class="icons"> | ||
<li><a href="https://twitter.com/ExoSvenK" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li> | ||
<li><a href="https://github.com/Kiefersv" class="icon brands fa-github"><span class="label">Facebook</span></a></li> | ||
<li><a href="mailto:[email protected]" class="icon far fa-envelope"><span class="label">Medium</span></a></li> | ||
<li><a href="https://github.com/Kiefersv" class="icon brands fa-github"><span class="label">GitHub</span></a></li> | ||
<li><a href="mailto:[email protected]" class="icon far fa-envelope"><span class="label">e-mail</span></a></li> | ||
</ul> | ||
<ul class="copyright"> | ||
<li>Copyright © 2022. All rights reserved.</li> | ||
<li>Copyright © 2023 Sven Kiefer. All rights reserved.</li> | ||
<li>Design based on <a href="http://html5up.net">HTML5 UP</a></li> | ||
</ul> | ||
<!-- alt: <small>© Copyright {{currentYear}}, Example Corporation</small> --> | ||
</footer> | ||
|
||
</div> | ||
|
Oops, something went wrong.