Skip to content
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
22 changes: 22 additions & 0 deletions Build and Deploy your First Website/firstwebsiteaniket/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Build and Deploy your First Website
## Microsoft Student Club Pilani
### Sponsered by MLH Localhost

**Microsoft Student Club Pilani** presents **Codigo-Fiesto**, an event with a series of workshops. In Codigo-Fiesto, the student will learn Web-Development, GitHub, GitHub CLI, Hoisting a website on GitHub, Designing, Photoshop, Canva, UI/UX Designing, and Figma.
***
### **Want to earn Digital Swags and Recognitions!**
- *Clone the repository.*
- *Add your .html file, .css file, and the screenshot of your build website to folder named as your name.*
- *Add your name folder to this workshop folder.*
- *Send the Pull Request.*
- *Share your work on social media tagging @mscpilani.*

**You have done an amazing work!**

***
**Daily Top 5 learners will get Digital Swags and their works will be showcased on Microsoft Student Club Pilani's Social Media.**

**Top 3 Learner who will attend all the three workshops and will perform the best, will get Digital Swags, Best Learner Badge, and they will get a special recognition on our Social Media platforms.**
***
## Happy Learning!

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions Build and Deploy your First Website/firstwebsiteaniket/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>First Website</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/fontawesome.min.css" />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous" />
<link rel="stylesheet" href="style.css">
</head>

<body>
<header>
<navbar class="navbar">
<ul>
<li><a href="#"><b>Home</b></a></li>
<li><a href="#about"><b>About us</b></a></li>
<li><a href="#contact"><b>Contact</b></a></li>
</ul>
</navbar>
</header>

<SECTION class="about">
<div class="content">
<h3>Hi, I am</h3>
<h1>Aniket Kumar Sinha</h1>
</div>

<div class="buttons">
<a href="README.md" class="button" target="_blank">Resume</a>
<a href="https://www.linkedin.com" class="button" target="_blank">Know more</a>
</div>
</SECTION>

<footer class="contact">
<center>
<h3 id="contact">Contact</h3>
<p>Aniket | aniket.kumarsinha@studentambassadors.com | 0994242455</p>

<div>
<a class="fa fa-github fa-2x" href="https://github.com/" target="_blank"></a>
<a class="fa fa-linkedin fa-2x" href="https://github.com/" target="_blank"></a>
<a class="fa fa-twitter fa-2x" href="https://github.com/" target="_blank"></a>
<a class="fa fa-facebook fa-2x" href="https://github.com/" target="_blank"></a>
<a class="fa fa-instagram fa-2x" href="https://github.com/" target="_blank"></a>
<div>
</center>
</footer>

</body>
</html>
91 changes: 91 additions & 0 deletions Build and Deploy your First Website/firstwebsiteaniket/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
body {
background-image: url('home.svg')
/*background-repeat: no-repeat;*/
opacity: 0.8;
}

.navbar {
padding-left: 40%;
background-color: black;
}

li {
float: left;
list-style-type: none;
padding-right: 15px;
}

li a {
color: white;
}

li a:hover {
color: red;
text-decoration: none;
}

.about {
padding-bottom: 10%;
}

.content {
float: right;
text-align: right;
padding-right: 2%;
padding-top: 20%;
}

.buttons {
padding-top: 60%;
padding-left: 40%;
}

.button {
background-color: #35354F;
border: none;
border-radius: 5%;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
font-size: 16px;
margin-right: 10%;
}

.button:hover{
color: #ecc700;
text-decoration: none;
}

footer {
background-color: black;
height: 45vh;
padding: 10px;
display: flex;
flex-direction: column;
justify-content: space-around;
align-content: center;
}

footer h3 {
color: #ecc700;
font-size: 32px;
padding: 10px;
height: 5px;
}

footer p {
color: white;
font-size: 24px;
padding: 5px;
}

footer .fa {
padding: 20px 30px;
color: white;
}

footer .fa:hover {
color: #ecc700;
cursor: pointer;
}
Binary file added Intro to Graphic Designing/SM/Imagine Cup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Intro to Graphic Designing/SM/MLSA Post.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Intro to Graphic Designing/SM/MS Teams.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Intro to Graphic Designing/SM/OneDrive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.