Skip to content

Commit

Permalink
Merge pull request #7 from AzureAms/vanh117-gen3
Browse files Browse the repository at this point in the history
Add files via upload
  • Loading branch information
nqanhhh123 committed Apr 19, 2024
2 parents 200d0ac + f0b6c09 commit 8ac21d1
Show file tree
Hide file tree
Showing 2 changed files with 356 additions and 11 deletions.
22 changes: 11 additions & 11 deletions html/about-us.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@ <h1 class="flex py-5 lg:px-20 md:px-10 px-5 lg:mx-40 md:mx-20 mx-5 font-bold tex
<div class="inline-block px-3 relative w-64 max-w-xs flex justify-center h-48">
<!--Avatar-->
<div class="core-image rounded ">
<img alt="" class="w-20 h-20" src="../assets/lgb.JPG">
<img alt="" class="w-20 h-20" src="../assets/tuekhang.png">
</div>
<!--Details-->
<div class="w-48 h-48 content absolute overflow-hidden rounded-lg shadow-md bg-white hover:shadow-2xl transition-shadow duration-300 ease-in-out flex justify-end p-5 content-end flex-col">
<h1 class="text-gray-50 text-center font-bold text-xl pb-2">Gia Bách</h1>
<h1 class="text-gray-50 text-center font-bold text-xl pb-2">Tuệ Khang</h1>
<p class="text-gray-50 font-light text-center">
<i class="fab fa-github mr-1"></i> <a href="https://github.com/giabach1106">giabach1106</a>
<i class="fab fa-facebook text-gray-300 text-lg md:text-xl"></i> <a href="https://www.facebook.com/tuekhang.nguyenvu.7">Tuệ Khang</a>
</p>
<p class="text-gray-50 font-light text-center">
Vice President
Expand All @@ -139,13 +139,13 @@ <h1 class="text-gray-50 text-center font-bold text-xl pb-2">Gia Bách</h1>
<div class="inline-block px-3 relative w-64 max-w-xs flex justify-center">
<!--Avatar-->
<div class="core-image rounded ">
<img alt="" class="w-20 h-20" src="../assets/thanhphu.png">
<img alt="" class="w-20 h-20" src="../assets/harry.png">
</div>
<!--Details-->
<div class="w-48 h-48 content absolute overflow-hidden rounded-lg shadow-md bg-white hover:shadow-2xl transition-shadow duration-300 ease-in-out flex justify-end p-5 content-end flex-col">
<h1 class="text-gray-50 text-center font-bold text-xl pb-2">Phú Thành</h1>
<h1 class="text-gray-50 text-center font-bold text-xl pb-2">Anh Đức</h1>
<p class="text-gray-50 font-light text-center">
<i class="fab fa-facebook text-gray-300 text-lg md:text-xl"></i> <a href="https://www.facebook.com/tran.phuthanh.7583">Phú Thành</a>
<i class="fab fa-facebook text-gray-300 text-lg md:text-xl"></i> <a href="https://www.facebook.com/vu.harry.90813">Anh Đức</a>
</p>
<p class="text-gray-50 font-light text-center">
President
Expand All @@ -155,16 +155,16 @@ <h1 class="text-gray-50 text-center font-bold text-xl pb-2">Phú Thành</h1>
<div class="inline-block px-3 relative w-64 max-w-xs flex justify-center">
<!--Avatar-->
<div class="core-image rounded ">
<img alt="" class="w-20 h-20" src="../assets/canh.png">
<img alt="" class="w-20 h-20" src="../assets/vietanh.png">
</div>
<!--Details-->
<div class="w-48 h-48 content absolute overflow-hidden rounded-lg shadow-md bg-white hover:shadow-2xl transition-shadow duration-300 ease-in-out flex justify-end p-5 content-end flex-col">
<h1 class="text-gray-50 text-center font-bold text-xl pb-2">Công Anh</h1>
<h1 class="text-gray-50 text-center font-bold text-xl pb-2">Việt Anh</h1>
<p class="text-gray-50 font-light text-center">
<i class="fab fa-facebook text-gray-300 text-lg md:text-xl"></i> <a href="https://www.facebook.com/canh.soup.5">Canh Soup</a>
<i class="fab fa-github mr-1"></i> <a href="https://github.com/vanh117">vanh117</a>
</p>
<p class="text-gray-50 font-light text-center">
Vice President
Project Leader
</p>
</div>
</div>
Expand Down Expand Up @@ -240,4 +240,4 @@ <h1 class="font-bold text-2xl">Website App</h1>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="../js/news.js"></script>
</body>
</html>
</html>
Loading

0 comments on commit 8ac21d1

Please sign in to comment.