Skip to content

Commit

Permalink
Nodeschool Bratislava nodeschool#9: Getting started with React from Zero
Browse files Browse the repository at this point in the history
- change ableneo logo
- add poster
- fix fix:img
  • Loading branch information
marcelmokos committed Nov 26, 2018
1 parent 506059d commit b6d13fa
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 7 deletions.
Binary file added images/events/9.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/sponsors/ableneo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 21 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ <h1 class="hero__headline">NodeSchool Bratislava</h1>
itemprop="url"
href="https://www.facebook.com/events/2127383124244918/"
>
<img
src="images/events/9.jpg"
alt="Nodeschool 9 poster"
style="max-width: 100%"
/>
<h2 class="section__headline" itemprop="name">
Nodeschool Bratislava #9: Getting started with React from Zero
</h2>
Expand Down Expand Up @@ -100,7 +105,9 @@ <h2 class="section__headline" itemprop="name">
<p>🎤 main speaker/mentor Marcel Mokoš - Medium publications:</p>
<ul>
<li>
<a target="_blank" href="https://medium.com/ableneo">medium.com/ableneo</a>
<a target="_blank" href="https://medium.com/ableneo"
>medium.com/ableneo</a
>
</li>
<li>
<a target="_blank" href="https://medium.com/@marcelmokos"
Expand All @@ -121,14 +128,23 @@ <h2 class="section__headline" itemprop="name">
<p>🧸 mentors/helping hands</p>
<ul>
<li>
Olšo - (<a target="_blank" href="https://linkedin.com/in/martinolsansky"
Olšo - (<a
target="_blank"
href="https://linkedin.com/in/martinolsansky"
>linkedin</a
>, <a target="_blank" href="https://olso.space">https://olso.space</a>)
>,
<a target="_blank" href="https://olso.space"
>https://olso.space</a
>)
</li>
<li>
Viktor - (<a target="_blank" href="https://linkedin.com/in/vikival">linkedin</a
Viktor - (<a
target="_blank"
href="https://linkedin.com/in/vikival"
>linkedin</a
>,
<a target="_blank" href="https://github.com/viktorko99">github.com/viktorko99</a
<a target="_blank" href="https://github.com/viktorko99"
>github.com/viktorko99</a
>)
</li>
</ul>
Expand Down Expand Up @@ -477,6 +493,5 @@ <h2 class="section__headline">Sponsors</h2>
</div>
</div>
</footer>
<script src="scripts/main.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"private": false,
"scripts": {
"start": "http-server . -p 3000 --cors='*'",
"fix:img": "find src -iname '*.gif' -o -iname '*.jpg' -o -iname '*.png' -o -iname '*.jpeg' -o -iname '*.svg' | xargs imagemin-lint-staged",
"fix:img": "find . -iname '*.gif' -o -iname '*.jpg' -o -iname '*.png' -o -iname '*.jpeg' -o -iname '*.svg' | xargs imagemin-lint-staged",
"prettier": "prettier --write **/*.{js,jsx,html,md,mdx,yaml,json,css,scss,less}",
"precommit": "lint-staged"
},
Expand Down

0 comments on commit b6d13fa

Please sign in to comment.