Github section working too, notifications and dockerfile rem

This commit is contained in:
asamihassan 2022-02-13 23:25:13 +05:00
commit 79e9b52480
23 changed files with 258 additions and 31 deletions

View file

@ -58,13 +58,13 @@
<ul class="navbar-nav ">
<li class="nav-item">
<a class="nav-link active" href="/docker"> Docker</a>
<a class="nav-link" href="/docker"> Docker</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#"> Github </a>
</li>
<li class="nav-item">
<a class="nav-link" href="">Github</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Entrance <span class="sr-only">(current)</span> </a>
<a class="nav-link" href="/">Entrance </a>
</li>
</ul>
</div>
@ -82,23 +82,23 @@
<div class="detail-box">
<div class="heading_container">
<h2>
About Us
Github Crawling Entries
</h2>
</div>
<p>
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration
in some form, by injected humour, or randomised words which don't look even slightly believable. If you
are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in
the middle of text. All
{% for obj in githubobjs %}
<li>{{ obj.url }}</li>
<li>{{ obj.last_pushed }}</li>
<li>{{obj.last_pushed_number}}</li>
<br>
{% endfor %}
</p>
<a href="">
Read More
</a>
</div>
</div>
<div class="col-md-6 ">
<div class="img-box">
<img src="images/about-img.jpg" alt="">
<img src="{% static '/app/images/about-img.jpg' %}" alt="">
</div>
</div>
</div>