mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 14:50:27 +00:00
Mobile styling and fixes.
This commit is contained in:
@@ -35,20 +35,20 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<form action="mailto:marvin@marvinblum.de">
|
<form action="mailto:marvin@marvinblum.de">
|
||||||
<button>Contact me</button>
|
<input type="submit" value="Contact me" />
|
||||||
</form>
|
</form>
|
||||||
<form action="https://github.com/Kugelschieber" target="_blank">
|
<form action="https://github.com/Kugelschieber" target="_blank">
|
||||||
<button>GitHub</button>
|
<input type="submit" value="GitHub" />
|
||||||
</form>
|
</form>
|
||||||
<form action="https://twitter.com/m5blum" target="_blank">
|
<form action="https://twitter.com/m5blum" target="_blank">
|
||||||
<button>Twitter</button>
|
<input type="submit" value="Twitter" />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<section>
|
<section>
|
||||||
<h2>who am I?</h2>
|
<h2>who am I?</h2>
|
||||||
<p>
|
<p>
|
||||||
I'm a full stack software engineer from Germany, open source and Linux enthusiast and co-founder of <a href="https://emvi.com/" target="_blank">Emvi</a>.
|
I'm a full stack software engineer from Germany, open source and Linux enthusiast and co-founder of <a href="https://emvi.com/" target="_blank">Emvi</a>.
|
||||||
In love with Golang, but fluent in a lot of programming languages.
|
In love with Go, but fluent in a lot of programming languages.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
<a href="https://emvi.com/" target="_blank">Emvi</a> a note taking, collaboration and knowledge management tool for personal use and teams of any size
|
<a href="https://emvi.com/" target="_blank">Emvi</a> a note taking, collaboration and knowledge management tool for personal use and teams of any size
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/emvi/logbuch" target="_blank">hide</a> a simple Golang logging library
|
<a href="https://github.com/emvi/logbuch" target="_blank">logbuch</a> a simple Golang logging library
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/emvi/null" target="_blank">null</a> a Golang library for nullable types supporting databases and json
|
<a href="https://github.com/emvi/null" target="_blank">null</a> a Golang library for nullable types supporting databases and json
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
<section>
|
<section>
|
||||||
<h2>skills</h2>
|
<h2>skills</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Go</li>
|
<li>Go (Golang)</li>
|
||||||
<li>JavaScript (Vue, Node)</li>
|
<li>JavaScript (Vue, Node)</li>
|
||||||
<li>HTML, CSS, Sass and all the web fuzz</li>
|
<li>HTML, CSS, Sass and all the web fuzz</li>
|
||||||
<li>Java</li>
|
<li>Java</li>
|
||||||
|
|||||||
@@ -36,14 +36,14 @@ body {
|
|||||||
max-height: 100px;
|
max-height: 100px;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0 40px 0 0;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu {
|
.menu {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu button {
|
.menu input {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -54,3 +54,22 @@ section {
|
|||||||
p {
|
p {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 700px) {
|
||||||
|
body {
|
||||||
|
padding: 40px 20px 80px 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.title h1 {
|
||||||
|
font-size: 36px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.title h2 {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.title img {
|
||||||
|
max-width: 72px;
|
||||||
|
max-height: 72px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user