Skip to content

Commit

Permalink
Update homepage!
Browse files Browse the repository at this point in the history
  • Loading branch information
ImThienz committed Sep 18, 2024
1 parent 22ad0d7 commit f3cb98c
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions view/home.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<head>
<style>
/* CSS chung cho các icon */
.rounded-circle {
max-width: 100%;
height: auto;
}

/* Media query cho thiết bị di động */
@media (max-width: 768px) {
.rounded-circle {
width: 150px;
}
}
</style>
</head>
<body>
<div id="template-mo-zay-hero-carousel" class="carousel slide" data-bs-ride="carousel">
<ol class="carousel-indicators">
Expand All @@ -14,11 +30,12 @@
</div>
<div class="col-lg-6 mb-0 d-flex align-items-center">
<div class="text-align-left">
<h1 class="h1 text-success"><b>WELCOMES!</b></h1>
<h1 class="h1 text-success"><b>GITHUB</b></h1>
<p>
Welcomes to my page! Hope it's useful for you! :D
Github is a developer platform that allows developers to create, store, manage and share their code. It uses Git software, providing the distributed version control of Git plus access control, bug tracking, software feature requests, task management, continuous integration.
<br><br>Welcomes to my page! Hope it's useful for you! :D
</p>
Follow my <a href="https://github.com/ImThienz">Github</a> to know more!
<a href="https://github.com/ImThienz" style="text-decoration: none">Follow my Github</a> to know more!
</div>
</div>
</div>
Expand Down

0 comments on commit f3cb98c

Please sign in to comment.