-
Notifications
You must be signed in to change notification settings - Fork 91
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
personal website V1 #42
Open
NikkiJoy
wants to merge
32
commits into
Technigo:master
Choose a base branch
from
NikkiJoy:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
9a80cd7
first version of my personal website
NikkiJoy c5d8ef1
improve ui
NikkiJoy b537e15
Add files via upload
NikkiJoy c7cd0fe
Mobile Friendly & Card Scrolling
NikkiJoy 911bd07
fix one bug
NikkiJoy 103cf8c
Simplify, clean and add visuals
NikkiJoy d696236
Simplify design and add visuals
NikkiJoy 1c4e0ee
Add files via upload
NikkiJoy 8569087
Added several examples
NikkiJoy e593f23
Text Korrekturen und Design Feinschliff
NikkiJoy 575e592
add space in cards
NikkiJoy 74d0ba1
fix typo
NikkiJoy cf58226
change image
NikkiJoy bb0de18
Delete project-p1-first-webpage-master directory
NikkiJoy d06af60
change image size for media queries
NikkiJoy 68ed7f4
change text and fix typo
NikkiJoy 4f3a518
Add Digitalbarometer Interview
NikkiJoy 0f95722
Update current job
NikkiJoy f53d9f5
new headline
NikkiJoy e0ccb5f
co-founder of intersections
NikkiJoy c2936e1
add co-founder intersections & new slogan
NikkiJoy a8855c4
Delete index.html
NikkiJoy 5c4d6c3
H1: Towards digital participation, equality & sustainability
NikkiJoy 02e6bcf
Add files via upload
NikkiJoy a356dd2
Add newsletter
NikkiJoy eca851b
New intro
NikkiJoy ccf1f39
Add files via upload
NikkiJoy 230fd7b
Delete index.html
NikkiJoy 43af233
new intro, ventures & public
NikkiJoy e413f18
Add files via upload
NikkiJoy 181d8fe
Add files via upload
NikkiJoy 5389809
correct t8y link
NikkiJoy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Project Name</title> | ||
<link rel="stylesheet" type="text/css" href="style.css"> | ||
<!-- If you're using google fonts, that should be added here --> | ||
</head> | ||
<body> | ||
<!--Menu--> | ||
<menu> | ||
<div class="menu-left"> | ||
<a href="./index.html">Nikki Böhler</a> | ||
</div> | ||
<div class="menu-right"> | ||
<a href="./more.html">More</a> | ||
<a href="./contact.html">Contact</a> | ||
</div> | ||
</menu> | ||
|
||
<!-- Title--> | ||
<h1>Get in touch</h1> | ||
|
||
<!-- Description--> | ||
<div> | ||
<p>If you want to work with me, reach out to xy@protonmail.ch.</p> | ||
</div> | ||
|
||
|
||
<!-- Footer--> | ||
<footer> | ||
<p><a href="https://twitter.com/n3ijoy" target="_blank">Twitter</a> <a href="https://www.instagram.com/n3ijoy/" target="_blank">Instagram</a> <a href="https://www.linkedin.com/in/nikki-b%C3%B6hler-75922573/" target="_blank">Linkedin</a></p> | ||
<p>powered by Nikki thanks to <a href="https://codeexcursion.ch/">Code Excursion</a></p> | ||
</footer> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,68 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Project Name</title> | ||
<link rel="stylesheet" type="text/css" href="style.css"> | ||
<!-- If you're using google fonts, that should be added here --> | ||
</head> | ||
<body> | ||
<!--Menu--> | ||
<menu> | ||
<div class="menu-left"> | ||
<a href="./index.html">Nikki Böhler</a> | ||
</div> | ||
<div class="menu-right"> | ||
<a href="./more.html">More</a> | ||
<a href="./contact.html">Contact</a> | ||
</div> | ||
</menu> | ||
|
||
<!-- Title--> | ||
<h1>What I'm up to</h1> | ||
|
||
<!-- Description--> | ||
<div> | ||
</div> | ||
|
||
<!-- Current Roles--> | ||
<div class="boxes"> | ||
<h2>Current Roles</h2> | ||
<ul> | ||
<li>Opendata.ch, Director</li> | ||
<li>Arui, Co-Director</li> | ||
<li>SGG, Board Member</li> | ||
</ul> | ||
</div> | ||
|
||
<!-- Ventures I co-founded--> | ||
<div class="boxes"> | ||
<h2>Ventures I Co-Founded</h2> | ||
<ul> | ||
<li>Prototype Fund (Incubation Program)</li> | ||
<li>Digitales Lernlabor (NGO)</li> | ||
<li>Data Café (Awareness Campaign)</li> | ||
</ul> | ||
</div> | ||
|
||
<!-- Public--> | ||
<div class="boxes"> | ||
<h2>Media, Publications & Talks</h2> | ||
<ul> | ||
<li>«Die Förderung von Datenkompetenz ist auch Aufgabe der Medien» – Article on data literacy in SRG Link Magazine</li> | ||
<li>My recommendations at the onset of the pandemic – Opinion statement in Strategiedialog 21</li> | ||
<li>Warum ein Schweizer Verein für mehr Klimadaten kämpft – Interview about climate data in Yova’s Blog </li> | ||
</ul> | ||
</div> | ||
Comment on lines
+27
to
+58
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe we can use the section tag for all of this boxes instead of divs to make them more semantic? |
||
|
||
|
||
<!-- Footer--> | ||
<footer> | ||
<p><a href="https://twitter.com/n3ijoy" target="_blank">Twitter</a> <a href="https://www.instagram.com/n3ijoy/" target="_blank">Instagram</a> <a href="https://www.linkedin.com/in/nikki-b%C3%B6hler-75922573/" target="_blank">Linkedin</a></p> | ||
<p>powered by Nikki thanks to <a href="https://codeexcursion.ch/">Code Excursion</a></p> | ||
</footer> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! I'm Estefanía and i'll be taking a look at your site today so that we can leave it as functional and shiny as possible.👋😊