Skip to content

Commit

Permalink
worked on assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
joostf committed Jan 27, 2021
1 parent 8de41a9 commit 120168d
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 8 deletions.
26 changes: 24 additions & 2 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,35 @@ header {
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
h1 {
header h1 {
font-size: 7vw;
text-align:center;
position: relative;
z-index:10;

}
h1 em {
header h1 em {
font-size:2rem;
display:block
}
header img {
position: absolute;
top:10em;
right:2em;
z-index:1;
border-radius:1rem;
width:15vw;
}
h2 {
font-size: 2em;
margin-top: 1.5em;
}
main {
position: relative;
z-index:10;
}
section > ul {
display: flex;
justify-content: space-between;
Expand All @@ -52,6 +68,10 @@ section > ul li {
margin: 1rem;
}

section > p {
padding-right: 5em;
}

ul img {
border: 2px solid var(--light);
margin-top: 2em;
Expand Down Expand Up @@ -104,6 +124,8 @@ article p {
padding:.5rem;
font-size: .8em;
display: flex;
justify-content: space-between;
align-items: center;
}
article p svg {
stroke:rgba(255,255,255,.6);
Expand Down
Binary file added img/example-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/styles.css">
<title>Web App From Scratch - Minor Web Development - CMD Amsterdam</title>
<title>Kickoff Opdracht | Minor Web Design & Development | CMD Amsterdam</title>

</head>
<body>
<a href="https://github.com/cmda-minor-web/web-app-from-scratch-1920" class="github-corner" aria-label="View source on GitHub"><svg width="150" height="150" viewBox="0 0 250 250" style="fill:#151513; color:#fff; position: fixed; top: 0; border: 0; right: 0;" aria-hidden="true"><path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path><path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path><path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z" fill="currentColor" class="octo-body"></path></svg></a>
<header>
<h1>Opdracht Null <em>Kickoff Minor Web Design & Development</em></h1>
<h1>Kickoff Opdracht<em> Minor Web Design & Development</em></h1>
<img src="img/example-card.png" alt="Een voorbeeld van een digitaal visitekaartje">
</header>
<main>
<section id="description">
<h2>Opdrachtomschrijving</h2>
<h2>Team up!</h2>
<p>
In de minor gaan we werken in kleine <strong>teams</strong>. Drie teams samen vormen een <strong>Squad</strong> (fka klas) en de twee Squads samen vormen de <strong>Tribe</strong>, ofwel de hele groep. Om elkaar beter te leren kennen, maakt iedereen een eigen digitaal visitekaartje. Per team maken jullie een teampagina waarin jullie je presenteren aan de Tribe.
</p>
Expand All @@ -26,14 +27,14 @@ <h3>Opdracht 0.1: Teambuilding</h3>
<ul>
<li>Meld je aan bij het team channel in de <a href="#">Minor Web Discord</a></li>
<li>Bedenk samen met je team een teamnaam & ontwerp een teamlogo (optioneel) </li>
<li>Wijs een teamleader aan</li>
<li>Maak kennis met elkaar en wijs een teamleader aan</li>
</ul>
</article>

<article>
<h3>Opdracht 0.2: Maak een digitaal visitekaartje</h3>
<ul>
<li><a href="#">Fork deze repo</a> en zet GitHub pages aan bij <em>settings</em></li>
<li><a href="#">Fork deze repo</a> en zet <a href="https://docs.github.com/en/github/working-with-github-pages/about-github-pages">GitHub Pages</a> aan bij <em>settings</em></li>
<li>Haal met JavaScript jouw persoonlijke data op uit de <a href="https://600ff44f6c21e1001704fac2.mockapi.io/minor-web/api/teams">Teams API</a></li>
<li>Render de data in HTML en geef het vorm met CSS</li>
<li>Update de lege velden van jezelf in de API:
Expand All @@ -46,7 +47,7 @@ <h3>Opdracht 0.2: Maak een digitaal visitekaartje</h3>
</ul>

<p>
Dit kan een pittige opdracht zijn voor je. Aarzel niet om hulp in te roepen van je teamgenoten of de studentassistenten!
Dit kan een pittige opdracht zijn voor je. Help je teamleden en vraag hulp!
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-lifebuoy" width="44" height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="#2c3e50" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<circle cx="12" cy="12" r="4" />
Expand Down

0 comments on commit 120168d

Please sign in to comment.