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

Css 24BCS10289 #129

Open
wants to merge 5 commits 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
1 change: 1 addition & 0 deletions CONTRIBUTE/24bcs10289.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
My name is Anzar Ahmad
69 changes: 69 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<!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>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>

</head>
<body >

<button type="button" class="btn-close" disabled aria-label="Close"></button>
<div class="dropdown">
<button class="btn btn-primary btn-lg dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false">
Dropdown button
</button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">My Nav Bar </a></li>
<li><a class="dropdown-item" href="#">Contact </a></li>
<li><a class="dropdown-item" href="#"> &copy;Read legal info</a></li>
</ul>
</div>
<div class="container text-center bg-info-subtle shadow-lg p-3 mb-5 bg-body-tertiary rounded card border-secondary mb-3">
<nav class="col navbar navbar-expand-lg bg-body-tertiary">
<a class="navbar-brand btn btn-info " href="#"> About Me</a>
<a class="navbar-brand btn btn-primary " href="#"> Skills</a>
<a class="navbar-brand btn btn-info "href="#"> Projects</a>
<a class="navbar-brand btn btn-primary" href="#"> Contact Us</a>
</nav>
<div class="About_Me row.bg-danger-subtle">
<h1> My name is Muhammad Anzar Ahmad </h1>
<h3 clas="lead"> I am currently a student in Scaler School Of Technology (Bangalore) </h3>
<h4>I am from Guntur , Andhra Pradesh</h4>
</div>


<div class="Skills row " >
<h2> Some of my Skills are </h2>
<div class="python" > python </div>
<div class="java"> java</div>
<div class="bootstrap"> bootstrap</div>
<div class="C++"> C++ </div>
</div>

<div class="Projects col">
<h3>Some of My Projects are </h3>

<img src="./robo1.jpg" class="img-fluid img-thumbnail" >
<img src="./robo2.jpg" class="img-fluid img-thumbnail" >
<img src="./robo3.jpg" class="img-fluid img-thumbnail" >
</div>


<div class="contact col" >
<h3>You can contact me using </h3>
<div class="size col" style="size:15px">
<ion-icon name="logo-facebook"></ion-icon>
<ion-icon name="logo-youtube"></ion-icon>
<ion-icon name="logo-github"></ion-icon>
<ion-icon name="mail-outline"></ion-icon>
</div>


</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>