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
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.min.css">
<link rel="stylesheet" href="main.css">
<script defer src="https://use.fontawesome.com/releases/v5.1.0/js/all.js"></script>

<!-- animate css -->

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/animate.min.css">

<!--
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
1.Please donot add hyper resource you donot need in you webpage. I guess JQUERY here is useless
Expand Down Expand Up @@ -61,4 +62,4 @@ <h2 class="subtitle">
</div>
</body>

</html>
</html>
8 changes: 4 additions & 4 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
display:flex;
}

.navbar-end{
.navbar-end {
display:flex;
margin-left:auto;
}
Expand All @@ -26,7 +26,7 @@
}

#animated-title {
animation-duration: 2s;
animation-delay: 2s;
animation-iteration-count: infinite;
animation-duration: 2s;
animation-delay: 2s;
animation-iteration-count: infinite;
}