Skip to content

Commit

Permalink
aubg
Browse files Browse the repository at this point in the history
  • Loading branch information
debelbot committed Dec 12, 2017
1 parent 29b2fdc commit 983ea9f
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
8 changes: 4 additions & 4 deletions build/bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -1944,10 +1944,10 @@ code {
}

#title>img {
transform: rotate(-33deg) scale(2);
position: relative;
left: 150px;
top: 300px;
transform: rotate(-33deg) scale(1.5);
position: absolute;
left: 45%;
top: 0px;
background: none;
border: none;
}
Expand Down
8 changes: 4 additions & 4 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ code {
}

#title>img {
transform: rotate(-33deg) scale(2);
position: relative;
left: 150px;
top: 300px;
transform: rotate(-33deg) scale(1.5);
position: absolute;
left: 45%;
top: 0px;
background: none;
border: none;
}
Expand Down
Binary file added images/aubg-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/git_commands_affect.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div id="presentation" class="reveal">
<div class="slides">
<section id="title">
<img class="fragment" width="25%" src="images/plovdev-logo.png" />
<img class="fragment" width="20%" src="images/aubg-logo.png" />
<h1>Git Panic</h1>
<h2>and how to avoid it</h2>
</section>
Expand All @@ -29,9 +29,13 @@ <h3>Cool tricks you learn<br/>
<h3>About me:</h3>
<ul>
<li>Hi, I'm Mihail Mikov</li>
<li>Fullstack engineer at Skyscanner</li>
<li>Full-stack engineer at Skyscanner</li>
<li>Hobby juggler</li>
</ul>
<pre><code class="bash">
git config --global user.name "Mihail Mikov"
git config --global user.email "[email protected]"
</code></pre>
</section>
<section id="git-is-hard">
<h3>Git is hard</h3>
Expand Down Expand Up @@ -110,6 +114,10 @@ <h3>About commands</h3>
</ul>
</div>
</section>
<section>
<h3>Command scope</h3>
<img width="50%" src="images/git_commands_affect.png" />
</section>
<section id="repo-history">
<h3>Project history</h3>
<div>Use a short, but detailed graph view of your history</div>
Expand Down

0 comments on commit 983ea9f

Please sign in to comment.