Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LCI2024014 #140

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
57 changes: 57 additions & 0 deletions LCI2024014/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="intro">
<div id="greet">NAMASKAR &nbsp; DOSTO</div>
<h1 id="name">AVINASH SINGH </h1>
<div class="aboutme">
<ul>
<li>&#9733; I am Avinash Singh from Gorakhpur, Uttar Pradesh.</li>
<li>&#9733; I am from CSAI branch and my Roll No. is LCI2024014.</li>
<li>&#9733; I have a strong understanding of HTML and CSS for web development.</li>
<li>&#9733; I actively participate in competitive programming to sharpen my problem-solving skills.</li>
<li>&#9733; I'm now eager to explore and specialize in machine learning and artificial intelligence.</li>
</ul>
</div>
</div>
<div id="profile">
<img src="https://cdn.dribbble.com/users/4182259/screenshots/11054993/media/0713909fae51c98a9fae668b08e0e4ee.png" id="pro" alt="">
</div>
<div id="skills">
<div class="logo"><img src="https://cdn-icons-png.flaticon.com/128/174/174854.png" alt="" id="png"></div>
<div class="logo"><img src="https://cdn-icons-png.flaticon.com/128/732/732190.png" alt="" id="png"></div>
<div class="logo"><img src="https://cdn-icons-png.flaticon.com/128/5968/5968350.png" alt="" id="png"></div>
<div class="logo"><img src="https://cdn-icons-png.flaticon.com/128/3665/3665923.png" alt="" id="png"></div>
<div class="logo"><img src="https://cdn-icons-png.flaticon.com/128/6132/6132222.png" alt="" id="png"></div>
<div class="logo"><img src="https://cdn-icons-png.flaticon.com/128/15466/15466163.png" alt="" id="png"></div>
</div>
<div id="social" class="social">
<a href="https://codeforces.com/profile/avinashsingh28" target="_blank">
<div class="card">
<img src="https://store-images.s-microsoft.com/image/apps.48094.14504742535903781.aedbca21-113a-48f4-b001-4204e73b22fc.503f883f-8339-4dc5-8609-81713a59281f?h=210" class="social" alt="">
</div>
</a>
<a href="https://www.codechef.com/users/avinashsingh28" target="_blank">
<div class="card">
<img src="https://media.licdn.com/dms/image/v2/C4E34AQEKBABiNR__eA/ugc-proxy-shrink_1280_800/ugc-proxy-shrink_1280_800/0/1599134270336?e=2147483647&v=beta&t=t9UpCvx8Q2p-7jaUW6uunclf8g-1qsJzvL13hsbyVH4" class="social" alt="">
</div>
</a>
<a href="https://github.com/avinashsingh-28" target="_blank">
<div class="card">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQZNZY4RjHd4yfst7HZ1B6E0GnDxYPmiYoY2A&s" class="social" alt="">
</div>
</a>
<a href="https://www.codechef.com/users/avinashsingh28" target="_blank">
<div class="card">
<img src="https://e7.pngegg.com/pngimages/297/542/png-clipart-linkedin-linkedin-thumbnail.png" class="social" alt="">
</div>
</a>
</div>
</body>
</html>
112 changes: 112 additions & 0 deletions LCI2024014/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
*{
background-color: #021526;
margin: 0;
padding: 0;
}
.intro{
height: 300px;
width: 800px;
display: inline-block;
}
#greet {
margin-left: 30px;
margin-top: 30px;
color: aqua;
margin-top: 5px;
font-size: 20px;
white-space: nowrap;
overflow: hidden;
border-right: 2px solid white;
width: 0;
animation: typing 4s steps(30,end) forwards, blink-caret 0.5s step-end 1;
}

h1 {
color: #fb06ff;
font-size: 80px;
margin-left: 30px;
font-family: monospace;
}
#profile {
display: inline-block;
margin-top: 50px;
}
#pro {
height: 270px;
}
.logo {
display: inline-block;
margin: 20px;
transition: 1s;
}
#png {
height: 80px;
}
.logo:hover {
transform: scale(1.1);
box-shadow: 2px 2px 2px lightblue;
}
ul {
font-size: 20px;
color:aliceblue;
margin-left: 40px;
list-style-type: none;
}
#skills {
align-items: center;
margin-left: 220px;
}
#social {
width: 565px;
height: 140px;
border: 4px solid black;
align-items: center;
margin: auto;
border-radius: 0;
}
.card {
height: 100px;
width: 100px;
border: 3px solid black;
display: inline-block;
align-items: center;
text-align: center;
margin: 15px;
font-size: 10px;
border-radius: 25%;
transition: 1s;
color: red;
background-color: aliceblue;
box-shadow: 1px 1px 1px yellow;
}
.social {
width: 100%;
height: 100%;
border-radius: 25%;
}
.card:hover{
box-shadow: 5px 5px 5px goldenrod;
transform: scale(1.1);
color: red;
}

@keyframes typing {
from {
width: 0;
}
to {
width: 25%;
}
}

/* Blinking cursor effect */
@keyframes blink-caret {
from, to {
border-color: transparent;
}
50% {
border-color: white;
}
}