diff --git a/Build and Deploy your First Website/firstwebsiteaniket/README.md b/Build and Deploy your First Website/firstwebsiteaniket/README.md new file mode 100644 index 0000000..55ee898 --- /dev/null +++ b/Build and Deploy your First Website/firstwebsiteaniket/README.md @@ -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! + diff --git a/Build and Deploy your First Website/firstwebsiteaniket/home.svg b/Build and Deploy your First Website/firstwebsiteaniket/home.svg new file mode 100644 index 0000000..1ff0471 --- /dev/null +++ b/Build and Deploy your First Website/firstwebsiteaniket/home.svg @@ -0,0 +1 @@ +coding \ No newline at end of file diff --git a/Build and Deploy your First Website/firstwebsiteaniket/index.html b/Build and Deploy your First Website/firstwebsiteaniket/index.html new file mode 100644 index 0000000..c04c7c5 --- /dev/null +++ b/Build and Deploy your First Website/firstwebsiteaniket/index.html @@ -0,0 +1,53 @@ + + + + + First Website + + + + + + + + + +
+ + + +
+ +
+
+

Hi, I am

+

Aniket Kumar Sinha

+
+ +
+ Resume + Know more +
+
+ + + + + \ No newline at end of file diff --git a/Build and Deploy your First Website/firstwebsiteaniket/style.css b/Build and Deploy your First Website/firstwebsiteaniket/style.css new file mode 100644 index 0000000..78ac1b4 --- /dev/null +++ b/Build and Deploy your First Website/firstwebsiteaniket/style.css @@ -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; +} diff --git a/Intro to Graphic Designing/SM/Imagine Cup.png b/Intro to Graphic Designing/SM/Imagine Cup.png new file mode 100644 index 0000000..8520c8b Binary files /dev/null and b/Intro to Graphic Designing/SM/Imagine Cup.png differ diff --git a/Intro to Graphic Designing/SM/MLSA Post.png b/Intro to Graphic Designing/SM/MLSA Post.png new file mode 100644 index 0000000..2775d17 Binary files /dev/null and b/Intro to Graphic Designing/SM/MLSA Post.png differ diff --git a/Intro to Graphic Designing/SM/MS Teams.png b/Intro to Graphic Designing/SM/MS Teams.png new file mode 100644 index 0000000..bf4a5a5 Binary files /dev/null and b/Intro to Graphic Designing/SM/MS Teams.png differ diff --git a/Intro to Graphic Designing/SM/OneDrive.png b/Intro to Graphic Designing/SM/OneDrive.png new file mode 100644 index 0000000..2d0ee10 Binary files /dev/null and b/Intro to Graphic Designing/SM/OneDrive.png differ