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

Add files via upload #32

Open
wants to merge 4 commits 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
68 changes: 68 additions & 0 deletions Marbije.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<!DOCTYPE html>
<html lang="nl">

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FDND Visitekaartje</title>
<link rel="stylesheet" href="styles/style.css">

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Afbeelding toevoegen aan HTML</title>


</head>
<body>

<article>

<header>

<h1>Marije Visser</h1>

<p><em>Creatieve Frontend Developer in spé</em></p>

<button>
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" stroke="#2c3e50" fill="none" stroke-linecap="round" stroke-linejoin="round">
<title>Wijzig layout</title>
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M4 8v-2a2 2 0 0 1 2 -2h2"></path>
<path d="M4 16v2a2 2 0 0 0 2 2h2"></path>
<path d="M16 4h2a2 2 0 0 1 2 2v2"></path>
<path d="M16 20h2a2 2 0 0 0 2 -2v-2"></path>
</svg>
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" stroke="red" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M15 19v-2a2 2 0 0 1 2 -2h2"></path>
<path d="M15 5v2a2 2 0 0 0 2 2h2"></path>
<path d="M5 15h2a2 2 0 0 1 2 2v2"></path>
<path d="M5 9h2a2 2 0 0 0 2 -2v-2"></path>
</svg>
</button>

</header>



<img src="assets/IMG_2776_VSCO.JPG" alt="Marije Visser">


<dl>
<dt>HTML</dt>
<dd>🤓</dd>

<dt>CSS</dt>
<dd>🤓</dd>

<dt>JavaScript</dt>
<dd>🤓</dd>
</dl>

<p> Hi! <br> Komende jaren ga ik proberen mijn creativiteit om te zetten naar websites, dit wordt een avontuur!</p>

</article>

<script src="scripts/script.js"></script>

</body>
</html>
Binary file added assets/IMG_2776_VSCO.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 68 additions & 0 deletions assets/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<!DOCTYPE html>
<html lang="nl">

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FDND Visitekaartje</title>
<link rel="stylesheet" href="styles/style.css">

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Afbeelding toevoegen aan HTML</title>


</head>
<body>

<article>

<header>

<h1>Marije Visser</h1>

<p><em>Creatieve Frontend Developer in spé</em></p>

<button>
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" stroke="#2c3e50" fill="none" stroke-linecap="round" stroke-linejoin="round">
<title>Wijzig layout</title>
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M4 8v-2a2 2 0 0 1 2 -2h2"></path>
<path d="M4 16v2a2 2 0 0 0 2 2h2"></path>
<path d="M16 4h2a2 2 0 0 1 2 2v2"></path>
<path d="M16 20h2a2 2 0 0 0 2 -2v-2"></path>
</svg>
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" stroke="red" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M15 19v-2a2 2 0 0 1 2 -2h2"></path>
<path d="M15 5v2a2 2 0 0 0 2 2h2"></path>
<path d="M5 15h2a2 2 0 0 1 2 2v2"></path>
<path d="M5 9h2a2 2 0 0 0 2 -2v-2"></path>
</svg>
</button>

</header>



<img src="assets/IMG_2776_VSCO.JPG" alt="Marije Visser">


<dl>
<dt>HTML</dt>
<dd>🤓</dd>

<dt>CSS</dt>
<dd>🤓</dd>

<dt>JavaScript</dt>
<dd>🤓</dd>
</dl>

<p> Hi! <br> Komende jaren ga ik proberen mijn creativiteit om te zetten naar websites, dit wordt een avontuur!</p>

</article>

<script src="scripts/script.js"></script>

</body>
</html>