diff --git a/FrontEndWebsite/Front end website/img/bg1.jpg b/FrontEndWebsite/Front end website/img/bg1.jpg new file mode 100644 index 0000000..ea1d721 Binary files /dev/null and b/FrontEndWebsite/Front end website/img/bg1.jpg differ diff --git a/FrontEndWebsite/Front end website/index.css b/FrontEndWebsite/Front end website/index.css new file mode 100644 index 0000000..a750d15 --- /dev/null +++ b/FrontEndWebsite/Front end website/index.css @@ -0,0 +1,63 @@ +body{ + background-image: url("img/bg1.jpg"); + background-repeat: no-repeat; + background-position: center; + height:100%; + background-size: cover; +} + +body, html { +height: 100%; +margin: 0; +} + + +@import: url(https://fonts.googleapis.com/css?family=Roboto+Condensed); +body { +font-family: 'Roboto Condensed', sans-serif; +height: 100%; +background-color: black; +color: #fff; +text-transform: uppercase; + +} +.container { +text-align: center; +} +h1 { +margin-left: 30px; +margin-bottom: 50px; +} + + +.card-body{ + box-shadow: 5px 5px 7px 8px; +} + +/*This is the styling that make cards responsive.*/ +.card{ + margin:20px 10px; +} + +*{ + margin:0px; + padding: 0px; + font-family: 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; +} + +.footer{ + background-color:darkorchid; + + margin-top: 30px; + text-align: center; + overflow: hidden; + margin-bottom: 0px; + + left: 0; + bottom: 0; + width: 100%; + + color: white; + + +} \ No newline at end of file diff --git a/FrontEndWebsite/Front end website/index.html b/FrontEndWebsite/Front end website/index.html new file mode 100644 index 0000000..4c7de30 --- /dev/null +++ b/FrontEndWebsite/Front end website/index.html @@ -0,0 +1,137 @@ + + + + + + + Document + + + + + + + + + + + +
+ +
+
+

ABOUT ME

+
+
+

Hello, Reader!

+

I'm Parishi currently pursuing Chemistry at IIT Bombay.

+
+

I like to play sports very much especially Badmintion, but admist this pandemic I developed the + habbit of reading books which helped + me a lot to gain insights about the world and myself. I also like to try out and learn various new things. +

+ +
+ +
+ +
+

TOPICS

+
+
+
+ +
+

Nanomaterials SOS project

+

I did a Sumer Of Science on the topic Nanomaterials + because I + really liked the concept of + just by subtle change in the property of a material you can create entirely a brand new + material + with completely different properties + with a wide range of applications. + But in the process of exploring this field I was really fascinated by the applications of it + from very small to very large things + happening around the globe. It was truly an enriching experience for me to do this project. +

+ + +
+
+
+ +
+ +
+
+

LS Web Development

+

Initially I took this project as to explore this field, but + eventually it had lead to my actual + area of interest. This course is very efficient as it covers every aspects of each content and + also is designed for anyone whether beginner or someone else. + This course actually takes you to the path from novoice to actual applications which are used in + industry currently. + I'm really glad that I took up this course and I plan to continue to explore in this area in my + future.

+
+
+
+
+
+ + +
+

Contact Form

+ + +
+
+ + +
+ + +
+ + +
+ + + + +
+
+ + + + + + + \ No newline at end of file diff --git a/Imakshat47_binary2DecimalBasic.cpp b/Imakshat47_binary2DecimalBasic.cpp index 3e74b64..6aa2c6f 100644 --- a/Imakshat47_binary2DecimalBasic.cpp +++ b/Imakshat47_binary2DecimalBasic.cpp @@ -18,6 +18,8 @@ using namespace std; int bin2dec(int num) + + { int dec = 0, base = 1; while (num != 0) diff --git a/README.md b/README.md index ca1e2f2..f87abc0 100644 --- a/README.md +++ b/README.md @@ -1,62 +1 @@ -# Contributed-code-in-Hackoctober - -## Open Repository For Students to Contribute code in Hackoctober in different Languages... - -## This Repository is meant for everyone to create code and learn to contribute to open source - -People can star, fork or clone this repo and can add any type of data structures or algorithm codes and can raise PR during hacktoberfest. - -Use this repo for contributing in open source. -Start solving issues and raise the pull requests and even you can create your own issues. -If you want to contribute to a project, the simplest way is to: - -Find a ISSUE you want to contribute to ->> Fork it - - Clone it to your local system - - Make a new branch - - Make your changes - - Push it back to your repo - - Click the Compare & pull request button - - Click Create pull request to open a new pull request - -If the reviewers ask for changes, repeat steps 5 and 6 to add more commits to your pull request. - -The implementations/codes which are added/merged in CPP-: - -## That's all if Everything will be fine, Your PR will be Merged!! - -Happy coding!!! - -### Contributors - - - - - - - - - - - - - - - - - - - - - - - - -
Zahin Ekbal
Zahin Ekbal
Maintainer
Ashfaq Ahmed
Ashfaq Ahmed
Contributor
Aswin CG
Aswin CG
Contributor
Nishant Bhatia
Nishant Bhatia
Contributor
Cuncis
Cuncis
Contributor
Ishika
Ishika
Contributor
Vidushi Jain
Vidushi Jain
Contributor
Rajarshi Rakshit
Rajarshi Rakshit
Contributor
Jay Shukla
Jay Shukla
Contributor
Kunal
Kunal
Contributor
Anjali
Anjali Jha
Contributor
sai pranay
Sai Pranay
contributer
Preetam Rane
Preetam Rane
contributer
Rahul Malik
Rahul Malik
contributer
Cédric
Cédric
contributer
- -#### Don't forget to Give a Star(⭐) on Repo. +https://p489.github.io/19B030018_WEB_DEV/ \ No newline at end of file