diff --git a/Summer2018/Nitin Tanwar/index.html b/Summer2018/Nitin Tanwar/index.html new file mode 100644 index 0000000..5edac28 --- /dev/null +++ b/Summer2018/Nitin Tanwar/index.html @@ -0,0 +1,119 @@ + + + + + + portfolio + + + +
+
+
+ +
+

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Personal Details
Name:NITIN TANWAR
Age:20
Date Of Birth:24/01/1998
Email:nitintanwar38@gmail.com
Contact:9599797401
+
+

Skills

+ +
+
+

Education

+
    +
  • + THE NORTHCAP UNIVERSITY(Sector-23,Gurugram,Haryana) + + Btech-Computer Science Engineering(2016-2020) +

    + CGPA:8.14 +

  • + +
  • + + MAMTA MODERN SCHOOL (Vikas Puri, New Delhi) +

    + CBSE:88% +

  • + +
+ +
+
+
+
+
+

About Me

+

Welcome to my portfolio
I am a twenty year old budding web developer. Currently pursuing my Btech degree, I've worked a lot in and have a decent experience in programming languages like C/C++/python. This portfolio has been designed by me using simple HTML and scratch CSS as a part of practice. This portfolio includes all my important details like, academics, experience ,schooling, hobbies, interests, achievements ,etc.
Do feel free to contact/msg me.
ThankYou.

+

Projects

+

library management system using c and c++ which include a login page and function as issue book,re issue book,search book and delete book. +

+

shoe shop gui in python which include function as add,delete,update and search shoes details using tkinter package

+

+
+
+

Hobbies

+
    + +
  • + Cricket + I'm always ready to play cricket.. +
  • +
  • + TV Shows/Movies + Watching TV Shows and Movies in free time as leisure.. +
  • +
+
+
+
+
+ + + + + + \ No newline at end of file diff --git a/Summer2018/Nitin Tanwar/portfolio.css b/Summer2018/Nitin Tanwar/portfolio.css new file mode 100644 index 0000000..6adefa8 --- /dev/null +++ b/Summer2018/Nitin Tanwar/portfolio.css @@ -0,0 +1,103 @@ +.container{ + display: flex; + flex-wrap: wrap; + max-width: 100%; + margin-left:auto; + margin-right: auto; + +} +.box{ + width: 100%; +} + +.box h3,th,td{ + padding-left: 10px; + color:white; +} +.box h2{ + color:white; + padding-left: 10px; +} +.info{ + color: white; +} + +.container1{ + display: flex; + flex-wrap: wrap; + width: 100%; + height: 700px; +} +.box1{ + background-color: royalblue; + height: 700px; +} + +.center { + + width: 100%; + height: 100%; + border-radius: 30%; + border: 1px dashed black; +} +.image-container{ + height: 10%; + padding-top: 10px; + +} +.image-container >.center{ + display: block; + margin-left:auto; + margin-right: auto; + width: 30%; + +} +.box2{ + background-color: dodgerblue; + height: 600px; +} +.box2 p{ + color: white; + padding-left: 30px; + padding-right:30px; +} + +.box3{ + background-color:dodgerblue; + height: 300px; + +} +@media screen and (min-width: 480px){ + .box1{ + width: 100%; + height:700px; + } + .container1{ + width: 100%; + } + .box2{ + width: 100%; + height:350px; + } + .box3{ + width: 100%; + height:350px; + } +} + +@media screen and (min-width: 600px) { + .box1{ + width:35%; + height: 700px; + } + .container1{ + width: 65%; + } + .box2{ + height: 350px; + } + .box3{ + height: 350px; + } + + } \ No newline at end of file