-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improved the card and added more styles
- Loading branch information
1 parent
67699b5
commit adae2a7
Showing
2 changed files
with
152 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,173 +1,173 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>Add your Card</title> | ||
<link rel="stylesheet" href="style.css" /> | ||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Barlow:ital,wght@1,300&family=Bree+Serif&family=Domine:wght@400;500&family=EB+Garamond&family=Geologica&family=Inter:wght@200;400&family=Libre+Baskerville&family=Lora:ital@1&family=M+PLUS+Rounded+1c:wght@500&family=Nanum+Myeongjo:wght@700&family=Nunito:ital,wght@1,300&family=Roboto+Slab:wght@300&family=Rubik:wght@700&family=Signika+Negative:wght@500&family=Slabo+27px&family=Splash&family=The+Nautigal:wght@700&display=swap" | ||
rel="stylesheet" | ||
/> | ||
</head> | ||
<body> | ||
<div class="main"> | ||
<h1>Add Your Card</h1> | ||
</div> | ||
<div class="cardholder"> | ||
<div class="card"> | ||
<div class="name"><h2>Aparna Dubey</h2></div> | ||
<head> | ||
<title>Add your Card</title> | ||
<link rel="stylesheet" href="style.css" /> | ||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" | ||
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" | ||
crossorigin="anonymous" referrerpolicy="no-referrer" /> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet"> | ||
</head> | ||
|
||
<body> | ||
<div class="main"> | ||
<h1>Add Your Card</h1> | ||
</div> | ||
<div class="cardholder"> | ||
<div class="card"> | ||
<div class="name"> | ||
<h2>Aparna Dubey</h2> | ||
</div> | ||
<div class="links"> | ||
<div class="prof"> | ||
<a href="https://github.com/aparna03dubey" target="_blank" | ||
>GitHub Profile</a | ||
> | ||
<i class="fa-brands fa-github"></i> | ||
<a href="https://github.com/aparna03dubey" target="_blank">GitHub Profile</a> | ||
</div> | ||
<div class="repo"> | ||
<a | ||
href="https://github.com/aparna03dubey/React-TicTacToe" | ||
target="_blank" | ||
>Project Repo</a | ||
> | ||
<i class="ri-git-repository-line"></i> | ||
<a href="https://github.com/aparna03dubey/React-TicTacToe" target="_blank">Project Repo</a> | ||
</div> | ||
</div> | ||
<div class="card"> | ||
<div class="name"><h2>Umar Farouk</h2></div> | ||
</div> | ||
<div class="card"> | ||
<div class="name"> | ||
<h2>Umar Farouk</h2> | ||
</div> | ||
<div class="links"> | ||
<div class="prof"> | ||
<a href="#https://github.com/Fahass" target="_blank" | ||
>GitHub Profile</a | ||
> | ||
<i class="fa-brands fa-github"></i> | ||
<a href="#https://github.com/Fahass" target="_blank">GitHub Profile</a> | ||
</div> | ||
<div class="repo"> | ||
<a href="#https://github.com/Fahass/AddYourCard" target="_blank" | ||
>Project Repo</a | ||
> | ||
<i class="ri-git-repository-line"></i> | ||
<a href="#https://github.com/Fahass/AddYourCard" target="_blank">Project Repo</a> | ||
</div> | ||
</div> | ||
<div class="card"> | ||
<div class="name"><h2>Mahaprasad Prusty</h2></div> | ||
</div> | ||
<div class="card"> | ||
<div class="name"> | ||
<h2>Mahaprasad Prusty</h2> | ||
</div> | ||
<div class="links"> | ||
<div class="prof"> | ||
<a href="https://github.com/Mahapasad" target="_blank" | ||
>GitHub Profile</a | ||
> | ||
<i class="fa-brands fa-github"></i> | ||
<a href="https://github.com/Mahapasad" target="_blank">GitHub Profile</a> | ||
</div> | ||
<div class="repo"> | ||
<a href="https://github.com/Mahapasad/AddYourCard" target="_blank" | ||
>Project Repo</a | ||
> | ||
<i class="ri-git-repository-line"></i> | ||
<a href="https://github.com/Mahapasad/AddYourCard" target="_blank">Project Repo</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="cardholder"> | ||
<div class="card"> | ||
<div class="name"><h2>Vaishnavi Gupta</h2></div> | ||
<div class="card"> | ||
<div class="name"> | ||
<h2>Vaishnavi Gupta</h2> | ||
</div> | ||
<div class="links"> | ||
<div class="prof"> | ||
<a href="https://github.com/VAISHNAVI04GUPTA" target="_blank" | ||
>GitHub Profile</a | ||
> | ||
<i class="fa-brands fa-github"></i> | ||
<a href="https://github.com/VAISHNAVI04GUPTA" target="_blank">GitHub Profile</a> | ||
</div> | ||
<div class="repo"> | ||
<a | ||
href="https://github.com/VAISHNAVI04GUPTA/ML_project" | ||
target="_blank" | ||
>Project Repo</a | ||
> | ||
<i class="ri-git-repository-line"></i> | ||
<a href="https://github.com/VAISHNAVI04GUPTA/ML_project" target="_blank">Project Repo</a> | ||
</div> | ||
</div> | ||
<div class="card"> | ||
<div class="name"><h2>Nishant Jadhav</h2></div> | ||
</div> | ||
<div class="card"> | ||
<div class="name"> | ||
<h2>Nishant Jadhav</h2> | ||
</div> | ||
<div class="links"> | ||
<div class="prof"> | ||
<a href="https://github.com/nisoojadhav" target="_blank" | ||
>GitHub Profile</a | ||
> | ||
<i class="fa-brands fa-github"></i> | ||
<a href="https://github.com/nisoojadhav" target="_blank">GitHub Profile</a> | ||
</div> | ||
<div class="repo"> | ||
<a href="https://github.com/nisoojadhav" target="_blank" | ||
>Project Repo</a | ||
> | ||
<i class="ri-git-repository-line"></i> | ||
<a href="https://github.com/nisoojadhav" target="_blank">Project Repo</a> | ||
</div> | ||
</div> | ||
<div class="card"> | ||
<div class="name"><h2>Niraj Kumar</h2></div> | ||
</div> | ||
<div class="card"> | ||
<div class="name"> | ||
<h2>Niraj Kumar</h2> | ||
</div> | ||
<div class="links"> | ||
<div class="prof"> | ||
<a href="https://github.com/Niraj-1729" target="_blank" | ||
>GitHub Proflie</a | ||
> | ||
<i class="fa-brands fa-github"></i> | ||
<a href="https://github.com/Niraj-1729" target="_blank">GitHub Proflie</a> | ||
</div> | ||
<div class="repo"> | ||
<a | ||
href="https://github.com/Niraj-1729/Modern-sign-in-forn.git" | ||
target="_blank" | ||
>Project Repo</a | ||
> | ||
<i class="ri-git-repository-line"></i> | ||
<a href="https://github.com/Niraj-1729/Modern-sign-in-forn.git" target="_blank">Project Repo</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="cardholder"> | ||
<div class="card"> | ||
<div class="name"><h2>Atharva Sonawane</h2></div> | ||
<div class="card"> | ||
<div class="name"> | ||
<h2>Atharva Sonawane</h2> | ||
</div> | ||
<div class="links"> | ||
<div class="prof"> | ||
<a href="https://github.com/athu070" target="_blank" | ||
>GitHub Profile</a | ||
> | ||
<i class="fa-brands fa-github"></i> | ||
<a href="https://github.com/athu070" target="_blank">GitHub Profile</a> | ||
</div> | ||
<div class="repo"> | ||
<a | ||
href="https://github.com/athu070/Sentiment-Analysis-with-AWS" | ||
target="_blank" | ||
>Project Repo</a | ||
> | ||
<i class="ri-git-repository-line"></i> | ||
<a href="https://github.com/athu070/Sentiment-Analysis-with-AWS" target="_blank">Project Repo</a> | ||
</div> | ||
</div> | ||
<div class="card"> | ||
<div class="name"><h2>Aditi Bansal</h2></div> | ||
</div> | ||
<div class="card"> | ||
<div class="name"> | ||
<h2>Aditi Bansal</h2> | ||
</div> | ||
<div class="links"> | ||
<div class="prof"> | ||
<a href="https://github.com/Aditi22Bansal" target="_blank" | ||
>GitHub Profile</a | ||
> | ||
<i class="fa-brands fa-github"></i> | ||
<a href="https://github.com/Aditi22Bansal" target="_blank">GitHub Profile</a> | ||
</div> | ||
<div class="repo"> | ||
<a href="https://github.com/Aditi22Bansal/AddYourCard" target="_blank" | ||
>Project Repo</a | ||
> | ||
<i class="ri-git-repository-line"></i> | ||
<a href="https://github.com/Aditi22Bansal/AddYourCard" target="_blank">Project Repo</a> | ||
</div> | ||
</div> | ||
<div class="card"> | ||
<div class="name"><h2>Nishant Dubey</h2></div> | ||
</div> | ||
<div class="card"> | ||
<div class="name"> | ||
<h2>Nishant Dubey</h2> | ||
</div> | ||
<div class="links"> | ||
<div class="prof"> | ||
<a href="https://github.com/nishantdub37" target="_blank" | ||
>GitHub Profile</a | ||
> | ||
<i class="fa-brands fa-github"></i> | ||
<a href="https://github.com/nishantdub37" target="_blank">GitHub Profile</a> | ||
</div> | ||
<div class="repo"> | ||
<a | ||
href="https://github.com/nishantdub37/parallax-effect.git" | ||
target="_blank" | ||
>Project Repo</a | ||
> | ||
<i class="ri-git-repository-line"></i> | ||
<a href="https://github.com/nishantdub37/parallax-effect.git" target="_blank">Project Repo</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="cardholder"> | ||
<div class="card"> | ||
<div class="name"><h2>Saqib Patel</h2></div> | ||
<div class="card"> | ||
<div class="name"> | ||
<h2>Saqib Patel</h2> | ||
</div> | ||
<div class="links"> | ||
<div class="prof"> | ||
<a href="https://github.com/Msaqibpatel" target="_blank" | ||
>GitHub Profile</a | ||
> | ||
<i class="fa-brands fa-github"></i> | ||
<a href="https://github.com/Msaqibpatel" target="_blank">GitHub Profile</a> | ||
</div> | ||
<div class="repo"> | ||
<a | ||
href="https://github.com/MrAbdude/AbdulWadood-Shaikh" | ||
target="_blank" | ||
>Project Repo</a | ||
> | ||
<i class="ri-git-repository-line"></i> | ||
<a href="https://github.com/MrAbdude/AbdulWadood-Shaikh" target="_blank">Project Repo</a> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> | ||
</div> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.