diff --git a/iitb/index.html b/iitb/index.html index f11d6cf..88d5703 100755 --- a/iitb/index.html +++ b/iitb/index.html @@ -43,12 +43,21 @@

Computer Science and Engineering

Indian Institute of Technology Kharagpur

+

19XY10017

B.Tech

Male

DOB: 01/03/2002

+ +
+ allenphilip@gmail.com + (+234) 8091534210 + github.com/allenphilip + linkedin.com/in/allenphilip +
+

Education diff --git a/iitkgp/styles.css b/iitkgp/styles.css index d86ed39..8b0591c 100755 --- a/iitkgp/styles.css +++ b/iitkgp/styles.css @@ -23,6 +23,7 @@ margin-top: 10px; } + /* Table Styling Start */ @@ -88,13 +89,48 @@ List Styling Start List Styling End */ +.main-header{ + display: flex; + flex-direction: row; + justify-content: space-between; +} +.iitkgp-cv-container .main-header img { + width: 90px; +} + +.section-name{ + position: relative; +} +/* Contact details starts */ + +.contactDetails-1{ + display: flex; + text-align: center; + font-weight: 700; + word-spacing: 5px; +} + +.contactDetails-1 a{ +text-decoration: none; +outline: none; +} + +.contactDetails-1 a:hover{ + color: green; +} + +/* Contact details ends */ + /* Header Section Start */ .iitkgp-cv-container .header { display: flex; - flex-direction: row; + /* flex-direction: row; justify-content: space-between; + */ + flex-direction: column; + justify-content: center; } .iitkgp-cv-container .header h1 { diff --git a/iitm/index.html b/iitm/index.html index 41c304c..52d9208 100755 --- a/iitm/index.html +++ b/iitm/index.html @@ -34,15 +34,29 @@

-
-
-

Shekar Reddy | 19XY10017

-

Indian Institute of Technology Kharagpur

+
+ +
+
+

Shekar Reddy | 19XY10017

+

Indian Institute of Technology Kharagpur

+
+ + +
+
- +
+
+

Education diff --git a/iitm/styles.css b/iitm/styles.css index 4bc5282..79ab339 100755 --- a/iitm/styles.css +++ b/iitm/styles.css @@ -84,8 +84,10 @@ Header Section Start */ .iitm-cv-container .header { display: flex; - flex-direction: row; + /* flex-direction: row; */ + flex-direction: column; justify-content: space-between; + position: relative; } .iitm-cv-container .header h1 { @@ -110,14 +112,61 @@ Header Section Start font-weight: 600; } -.iitm-cv-container .header img { +.main-header2{ + display: flex; + flex-direction: row; + justify-content: space-between; +} + +.iitm-cv-container .main-header2 img { width: 150px; } + /* Header Section End */ +/* Contact Details start */ + +.contactDetails-2{ +display: flex; +text-align: center; +font-weight: 700; +} + +.contactDetails-2 a{ + text-decoration: none; + padding: 3px; + margin-top: 2px; +} + +.contactDetails-2 a:hover{ + color: green; +} + +@media screen and (max-width: 480px){ + .iitm-cv-container .header img{ + width: 100px; + } + .contactDetails-2{ + display: block; + } + .contactDetails-2 a{ + padding: 5px; + } + .iitm-cv-container .header .campus{ + font-size: 18px; + } +} + +/* Contact Details ends */ + +/*.logo-2{ + position: absolute; + top: 5px; + right: 1px; +} */ /* Projects and POR Sections Start */