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

refactor: checkpoint layout bearbeitet #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
215 changes: 215 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,215 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Jason Sutedjo">
<meta name="description" content="Checkpoint">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Source+Sans+Pro:wght@200&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Web-Dev-Fon-Checkpoint</title>
</head>

<body>
<header class="header">
<article class="header-block"></article>
<article class="titel-block">
<section class="menu">
<div class="icon">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-list" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z" />
</svg>
</div>
</section>
<section">
<h1 class="header-titel">CODING BOOTCAMPS EUROPE</h1>
</section>
</article>
</header>
<main class="main">
<!--Searchbar-->
<article class="main-article">
<header class="main-header">
<h2 class="article-heading">STUDENTS</h2>
<p class="sub-heading">Your fellow students</p>
</header>
</article>
<article class="search-label-article">
<section><input class="search-label" type="search" id="suche" placeholder="Search for students names">
<div class="search-label-icon"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
fill="currentColor" class="bi bi-search" viewBox="0 0 16 16">
<path
d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z" />
</svg></div>
</section>
</article>
<!--dropdown-->
<article class="dropdown">

<section class="monat-box">
<select class="month-box" name="drop-boxes" id="boxen">
<option class="box-text" value="box-texten">November-Class-2021</option>
<option class="box-text" value="box-texten">Dezember-Class-2021</option>
</select>

<div class="icon-box">
<div class="drop-icon"><svg xmlns="http://www.w3.org/2000/svg" width="15" height="15"
fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z" />
</svg></div>

</div>

<!--<p class="box-text">November-Class-2021</p>-->
</section>

<section class="time-box">

<select class="time-dropbox" name="drop-boxes" id="boxen">
<option class="box-text" value="box-texten">Full-Time</option>
<option class="box-text" value="box-texten">Part-Time</option>
</select>

<div class="time-icon-box">
<div class="time-drop-icon"><svg xmlns="http://www.w3.org/2000/svg" width="15" height="15"
fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z" />
</svg></div>
</div>
<!--<p class="box-text">Full-Time</p>-->
</section>
</article>
<!--Student-list-->

<article class="stundent-list">
<header class="list-header">
<h2 class="list-header-content">Full-Time November-Class-2021</h2>
</header>
</article>
<article class="list-part">

<section class="border-list">
<div class="list-icon-border">
<div class="list-icon">

<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor"
class="bi bi-person-fill" viewBox="0 0 16 16">
<path d="M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" />
</svg>
</div>
</div>
<div class="list-content">
<h3 class="list-name">Dmity Kolesnikov</h3>
<a class="github" href="https://github.com/dimi87">github.com/dimi87</a>
</div>
</section>

<section class="border-list">
<div class="list-icon-border">
<div class="list-icon">

<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor"
class="bi bi-person-fill" viewBox="0 0 16 16">
<path d="M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" />
</svg>
</div>
</div>
<div class="list-content">
<h3 class="list-name">Dmity Kolesnikov</h3>
<a class="github" href="https://github.com/dimi87">github.com/dimi87</a>
</div>
</section>


<section class="border-list">
<div class="list-icon-border">
<div class="list-icon">

<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor"
class="bi bi-person-fill" viewBox="0 0 16 16">
<path d="M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" />
</svg>
</div>
</div>
<div class="list-content">
<h3 class="list-name">Dmity Kolesnikov</h3>
<a class="github" href="https://github.com/dimi87">github.com/dimi87</a>
</div>
</section>


<section class="border-list">
<div class="list-icon-border">
<div class="list-icon">

<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor"
class="bi bi-person-fill" viewBox="0 0 16 16">
<path d="M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" />
</svg>
</div>
</div>
<div class="list-content">
<h3 class="list-name">Dmity Kolesnikov</h3>
<a class="github" href="https://github.com/dimi87">github.com/dimi87</a>
</div>
</section>


<section class="border-list">
<div class="list-icon-border">
<div class="list-icon">

<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor"
class="bi bi-person-fill" viewBox="0 0 16 16">
<path d="M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" />
</svg>
</div>
</div>
<div class="list-content">
<h3 class="list-name">Dmity Kolesnikov</h3>
<a class="github" href="https://github.com/dimi87">github.com/dimi87</a>
</div>
</section>


<section class="border-list">
<div class="list-icon-border">
<div class="list-icon">

<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor"
class="bi bi-person-fill" viewBox="0 0 16 16">
<path d="M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" />
</svg>
</div>
</div>
<div class="list-content">
<h3 class="list-name">Dmity Kolesnikov</h3>
<a class="github" href="https://github.com/dimi87">github.com/dimi87</a>
</div>
</section>





<footer class="foot"><br><br><br><br><br></footer>

</article>


</main>

</body>

</html>
Loading