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

LCI2024056 #134

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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
130 changes: 130 additions & 0 deletions LCI2024056/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Portfolio</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background: linear-gradient(to bottom right, black, red);
color: white;
}
nav {
background: rgba(0, 0, 0, 0.8);
padding: 15px;
text-align: center;
}
nav a {
color: white;
margin: 0 15px;
text-decoration: none;
font-weight: bold;
transition: color 0.3s;
}
nav a:hover {
color: yellow;
}
header {
text-align: center;
padding: 50px 0;
}
.circular-photo {
width: 150px;
height: 150px;
border-radius: 50%;
overflow: hidden;
margin: 0 auto;
border: 5px solid white;
}
.circular-photo img {
width: 100%;
height: auto;
}
section {
margin: 50px 20px;
padding: 20px;
background: rgba(255, 255, 255, 0.1);
border-radius: 10px;
transition: background 0.3s, transform 0.3s;
}
section:hover {
background: rgba(255, 255, 255, 0.2);
transform: scale(1.05);
}
h2 {
text-align: center;
margin-bottom: 20px;
}
</style>
</head>
<body>
<nav>
<a href="#Introducion">Introduction</a>
<a href="#skills">Skills</a>
<a href="#hobbies">Hobbies</a>
<a href="#projects">Projects</a>
<a href="#Graduation">Graduation</a>
<a href="#Contact Me">Contact Me</a>
</nav>
<header>
<div class="circular-photo">
<img src="WhatsApp Image 2024-10-09 at 23.07.29_cce0476c.jpg" alt="">
</div>
<h1> Nikky</h1>
</header>
<section id="Introduction">
<h2><pre>
Hello everyone ,
Myself Nikky From CSAI Branch , My Roll no is LCI2024056.
I am a passionate and dedicated software engineering student.
Proficient in multiple programming languages, including C++, Python, HTML, and CSS.
</pre> </h2>
</section>
<section id="skills">
<h2>Skills</h2>
<p>
<pre>
1.C++
2.Python
3.html
4.CSS
</pre>
</p>
</section>
<section id="hobbies">
<h2>Hobbies</h2>
<p><pre>
1. Playing Chess
2. playing Badminton
3. reading Books
4. Cooking
</pre></p>
</section>
<section id="projects">
<h2>Projects</h2>
<p>
<pre> Made a linkdin login Page using HTML and CSS</pre>
</p>
</section>
<section id="Graduation">
<h2>Graduation</h2>
<p>
<pre>
Course = Bachelor of Technology
Branch = Computer Science And Artificial Intelegence
College = Indian Institue of Information Technology Lucknow
</pre>
</p>
</section>
<section id="Contact me">
<h2>Contact Me</h2>
<p><pre>
Phone Number = 9389943882
E-Mail [email protected]

</pre></p>
</section>
</body>