Skip to content
Snippets Groups Projects
Commit 1db34c36 authored by Kaan Cimir's avatar Kaan Cimir
Browse files

optimize images

parent 678c56b8
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
<div class="fragment">
Gitlab:
<div style="position:absolute">
<img src="slides/img/commit_GUI_1.png" class="as-is" height="350px"/>
<img src="slides/img/commit_GUI_1.png" class="as-is" height="250px"/>
</div>
</div>
......
......@@ -49,13 +49,13 @@ After *Committing*, the *Create MR* button redirects you to the submission page
![bulb](slides/img/bulb.png) Good practice is to select *Delete source branch when merge request is accepted*. Why?
<div style="position:absolute;left:30%;top:1em" class="fragment fade-in-then-out" data-fragment-index="0">
<img src="slides/img/merge-request_popup.png" width="50%" >
<img src="slides/img/merge-request_popup.png" width="60%" >
</div>
<div style="position:absolute;left:30%;top:1em" class="fragment fade-in-then-out" data-fragment-index="3">
<img src="slides/img/merge-request_branches.png" width="50%" >
<div style="position:absolute;left:30%;top:10em" class="fragment fade-in-then-out" data-fragment-index="3">
<img src="slides/img/merge-request_branches.png" width="60%" >
</div>
<div style="position:absolute;left:20%;top:20em" class="fragment fade-in-then-out" data-fragment-index="5">
<img src="slides/img/merge-request_delete-source.png" width="50%" >
<img src="slides/img/merge-request_delete-source.png" width="70%" >
</div>
......@@ -6,7 +6,7 @@ Basic features:
* Ability to recover previous versions
* Track all changes to a document or code
<div style="position:absolute; left:50%">
<div style="position:absolute;left:60%;top:1em">
<img src="slides/img/version-history_OneDrive.png" height="650px">
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment