|
1 | 1 | <!DOCTYPE html>
|
2 |
| -<html> |
3 |
| - <head> |
4 |
| - <meta charset="utf-8"> |
5 |
| - <!-- <meta http-equiv="refresh" content="2"> --> |
6 |
| - <!-- Latest compiled and minified CSS --> |
7 |
| - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> |
8 |
| - |
9 |
| - <!-- Optional theme --> |
10 |
| - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"> |
11 |
| - |
12 |
| - <!-- Latest compiled and minified JavaScript --> |
13 |
| - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> |
14 |
| - <!-- google font --> |
15 |
| - <link href="https://fonts.googleapis.com/css2?family=Baloo+Paaji+2:wght@500&display=swap" rel="stylesheet"> |
16 |
| - <!-- icon --> |
17 |
| - <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> |
18 |
| - <title> |
19 |
| - Main page. |
20 |
| - </title> |
21 |
| - <!-- css --> |
22 |
| - <link rel="stylesheet" type="text/css" href="index.css"> |
23 |
| - </head> |
| 2 | +<html lang="eng"> |
| 3 | +<head> |
| 4 | + <!-- Latest compiled and minified CSS --> |
| 5 | + <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> |
| 6 | + <!-- google font --> |
| 7 | + <link href="https://fonts.googleapis.com/css?family=Courier+Prime&display=swap" rel="stylesheet"> |
| 8 | + <link rel="stylesheet" type="text/css" href="css/about.css"> |
| 9 | + <title> |
| 10 | + About Page |
| 11 | + </title> |
| 12 | +</head> |
24 | 13 | <body>
|
25 |
| - |
26 |
| - <!-- whole content --> |
27 |
| - <div class="top"> |
28 |
| - <div class="image"> |
29 |
| - <img src="pk.jpg" class="img-responsive" alt="Profile image" style="height: 190px; width: 170px; margin-left: 36px; border-radius: 100%;"> |
30 |
| - <h1 class="name">Pankaj Kumar</h1> |
31 |
| - </div> |
32 |
| - <div> |
33 |
| - <p>Persuing Btech in computer science and </p> |
34 |
| - <p>engineering (2nd year) <a href="http://nituk.ac.in/" class="college">NIT Uttarakhand</a></p> |
35 |
| - </div> |
36 |
| - <div class="social-link"> |
37 |
| - <ul> |
38 |
| - <li> |
39 |
| - <a href="https://github.com/Pankajcoder1" title="github account"> |
40 |
| - <i class="fa fa-github"></i> |
41 |
| - </a> |
42 |
| - </li> |
43 |
| - <li> |
44 |
| - <a href="https://www.linkedin.com/in/pankaj-kumar-795b48198/" title="linkedin account"> |
45 |
| - <i class="fa fa-linkedin"></i> |
46 |
| - </a> |
47 |
| - </li> |
48 |
| - <li> |
49 |
| - <a href="https://codeforces.com/profile/Pankaj_Kumar1" title="codeforces account"> |
50 |
| - <img src="codeforces_icon.png" class="codeforces img-rounded"> |
51 |
| - </a> |
52 |
| - </li> |
53 |
| - <li> |
54 |
| - <a href="mailto:pankajkumarmath1@gmail.com" title="mail"> |
55 |
| - <i class="fa fa-envelope"></i> |
56 |
| - </a> |
57 |
| - </li> |
58 |
| - </ul> |
59 |
| - </div> |
60 |
| - |
61 |
| - <div class="pdf text-center"> |
62 |
| - <a href="pankaj-cv.pdf" class="btn">See Resume</a> |
63 |
| - </div> |
| 14 | + <div class="container main"> |
| 15 | + <p>This website is a platform to share your <span>Technological knowledge</span> amongst the people and the new commers in this filed.This makes a connection between all the students and helps to share their knowledge.<br>This website will help you to stay updated with new advancement in this technological world.So, this will help you and other a lot with want to start their carrier in this filed and want to do something new.</p> |
64 | 16 | </div>
|
65 |
| - |
66 |
| - <!-- end of top --> |
67 |
| - <!-- footer section --> |
68 |
| - <div class="footer"> |
69 |
| - <p>Pankaj Kumar©2020</p> |
| 17 | + <footer> |
| 18 | + <div class="foot"> |
| 19 | + <center> |
| 20 | + <h2>Our Team members.</h2> |
| 21 | + <div> |
| 22 | + <div class="thumbnail col-md-offset-2 col-md-4 col-sm-4 col-sm-offset-1 col-lg-3 col-lg-offset-1"> |
| 23 | + <h3 class="caption">Pankaj Kumar</h3> |
| 24 | + <img src="pankaj.jpg" alt="Pankaj_Kumar" width="250px" height="100px"> |
| 25 | + <div class="team"> |
| 26 | + <p>Student of NIT UTTARAKHAND (CSE Department, 2nd year)</p> |
| 27 | + <p><u>Visit Profile</u></p> |
| 28 | + <a href="https://www.linkedin.com/in/pankaj-kumar-795b48198/" class="linkedin"><img src="linkedin.jpg" alt="Linkedin" width="25px" height="25px"></a> |
| 29 | + <a href="https://github.com/Pankajcoder1" class="github"><img src="github.png" alt="Github" width="28px" height="28px"></a> |
| 30 | + </div> |
| 31 | + </div> |
| 32 | + <div class="thumbnail col-md-offset-1 col-md-4 col-sm-offset-2 col-sm-4 col-lg-3 col-lg-offset-4"> |
| 33 | + <h3 class="caption">Ramanand</h3> |
| 34 | + <img src="ramanand.jpg" alt="Ramanand" width="250px" height="100px"> |
| 35 | + <div class="team"> |
| 36 | + <p>Student of NIT UTTARAKHAND (CSE Department, 2nd year)</p> |
| 37 | + <p><u>Visit Profile</u></p> |
| 38 | + <a href="https://www.linkedin.com/in/ramanand-kumar-02029a174" class="linkedin"><img src="linkedin.jpg" alt="Linkedin" width="25px" height="25px"></a> |
| 39 | + <a href="https://github.com/ramanand9" class="github"><img src="github.png" alt="Github" width="28px" height="28px"></a> |
| 40 | + </div> |
| 41 | + </div> |
| 42 | + </div> |
| 43 | + </center> |
70 | 44 | </div>
|
71 |
| - <!-- end of footer section --> |
| 45 | + </footer> |
72 | 46 | </body>
|
73 | 47 | </html>
|
0 commit comments