Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/participants/picture-Mika.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions exercitii.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,33 @@ <h1>

<div class="exercises-grid">
<!-- Add "div" elements here for the cells -->
<div> Mika </div>
<div> <img src="./assets/participants/picture-Mika.jpg" alt="Picture of Mika">
</div>
<div> I'm so excited to learn more about GitHub </div>
<ol class="commands-list my-5">
<li>
git log
</li>
<li>
git add
</li>
<li>
git status
</li>
<li>
git commit
</li>
<li>
git push
</li>
<li>
amend
</li>
</ol>
<div>
15 commits so far
</div>
</div>
</main>
<footer class="footer">
Expand Down
7 changes: 7 additions & 0 deletions finalisti.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ <h1>
</p>
<ul class="users-grid">
<!-- Add your info details here if you completed the course -->
<li>
<img alt="Portrait of Mika" width="80" height="80" src="./assets/participants/picture-Mika.jpg" />
<div>
<p>Mika</p>
<a href="https://github.com/Mika587">@Mika</a>
</div>
</li>
</ul>
<hr />
<h2> Exerciții create de: </h2>
Expand Down
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,16 @@ <h1>
<hr>

<!-- Write your name here 👇 -->
<div class="fill-in-info">
<label>
Numele meu:
</label>
<p>
Mika
</p>
<img src="./picture-Mika.jpg">

</div>

</main>
<footer class="footer">
Expand Down
Binary file added picture-Mika.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.