Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
t1maqa committed Nov 22, 2023
1 parent ad42efc commit bfc5a62
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions mywebsite/base/templates/base/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="card card-body" id="profile-wrapper">
<div class="card card-body h-100 border-info" id="profile-wrapper">
<img id="profile-pic" src="{% static 'images/t1maqa.png' %}">
<hr>
<h4>Hi, I'm Timur!</h4>
Expand All @@ -25,7 +25,7 @@ <h4>Hi, I'm Timur!</h4>
</div>

<div class="col-md-9">
<div class="card card-body">
<div class="card card-body h-100 border-info">
<h4>My new career</h4>
<p>After an unsuccessful visa process when I already had one foot in England to study for a master's degree at the University
of Nottingham, I decided not to despair and began learning programming.</p>
Expand All @@ -41,21 +41,39 @@ <h4>My new career</h4>
<br>
<div class="row">
<div class="col-md-6">
<div class="card card-body"></div>
<div class="card card-body h-100 border-info">
<h5>My experience</h5>
<hr>
<p>Electrical designer at KMGP</p>
</div>
</div>

<div class="col-md-6">
<div class="card card-body"></div>
<div class="card card-body h-100 border-info">
<h5>What I Know</h5>
<hr>
<p>Python, Django, HTML/CSS, MySQL, RestAPI, Git</p>
</div>
</div>
</div>
<br>
<div class="row">
<div class="col-md-6">
<div class="card card-body"></div>
<div class="card card-body h-100 border-info">
<h5>How I Learn</h5>
<hr>
<p>Coursera, Youtube, Stepik</p>
<p>I can learn just about anything by having a final product to tear apart piece by piece. I break the code where I need to figure out why things work the way they do. Documentation is just a reference.</p>
</div>
</div>

<div class="col-md-6">
<div class="card card-body"></div>
<div class="card card-body h-100 border-info">
<h5>My Short Term Goals</h5>
<hr>
<p>After two years of experience in electrical engineering, I'm ready to learn different path of engineering, which is software. I'll making pet projects to support my resume and land on job.</p>
<p>Aside from building small projects I would love to enter a position where I can be part of a bigger team & learn from others with more experience than myself.</p>
</div>
</div>
</div>
<br>
Expand Down
Binary file added mywebsite/static/images/telegram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bfc5a62

Please sign in to comment.