Change index title
This commit is contained in:
parent
ae0d55daf2
commit
0914ced798
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
<div class="container-fluid" id="header">
|
||||
<div class="jumbotron container animated zoomInDown">
|
||||
<img src="{% static 'img/logo-transparent.png'%}"/>
|
||||
<h1>Hello, world!</h1>
|
||||
<p>Some random subtitle</p>
|
||||
<h1>Hello world!</h1>
|
||||
<p>Welcome to my website</p>
|
||||
<p class="scroll-icon"><a href="#intro-text" class="no-color-change"><i class="icon ion-chevron-down"></i></a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue