|
1 | | - |
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 7 | + <title>Gaurav Verma</title> |
| 8 | + <link rel="stylesheet" href="css/styles.css"> |
| 9 | + <link rel="icon" href="favicon.ico"> |
| 10 | + <link rel="preconnect" href="https://fonts.googleapis.com"> |
| 11 | +<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
| 12 | +<link href="https://fonts.googleapis.com/css2?family=Merriweather&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet"> |
| 13 | +</head> |
| 14 | +<body> |
| 15 | + <div class="top-container"> |
| 16 | + <img src="images/cloud.png" class="top-cloud" alt="cloud-img"> |
| 17 | + <h1>I'm Gaurav</h1> |
| 18 | + <h2>a <span class="pro">pro</span>grammer</h2> |
| 19 | + <img src="images/cloud.png" class="bottom-cloud" alt="cloud-img"> |
| 20 | + <img src="images/mountain.png" " alt="mountain-img"> |
| 21 | + </div> |
| 22 | + <div class="middle-container"> |
| 23 | + <div class="profile"> |
| 24 | + <img src="images/man.png" alt="profile picture" height="200" width="150"> |
| 25 | + <h2>Hello.</h2> |
| 26 | + <p class="intro">I am a coder and a web developer. Currently exploring variety of diffrent techs. I love playing online games and drawing.</p> |
| 27 | + </div> |
| 28 | + <hr > |
| 29 | + <div class="skills"> |
| 30 | + <h2>My Skills.</h2> |
| 31 | + <div class="skill-row"> |
| 32 | + <img class="programmer" src="images/programmer.png" alt="skill"><br> |
| 33 | + <h3>Programming and Development</h3> |
| 34 | + <p class="programmer-desc">I always found computer technology fascinating and liked knowing |
| 35 | + the insides of it. So, I am studing computer science and want to |
| 36 | + be a great apps and game designer</p> |
| 37 | + |
| 38 | + </div> |
| 39 | + <div class="skill-row"> |
| 40 | + <img class="gamer" src="images/gamer.png" alt="skill"> |
| 41 | + <h3>Gaming</h3> |
| 42 | + <p class="gamer-desc">But my best skill is actually playing online games. It urges me to be the best in it and I love the never ending new challange scenarios.</p> |
| 43 | + </div> |
| 44 | + </div> |
| 45 | + <hr> |
| 46 | + <div class="contact-me"> |
| 47 | + <h2>Get In Touch</h2> |
| 48 | + <h4>Are you also fascinated with games!!</h4> |
| 49 | + <p class="contact-message">If you too get the same adrenaline rush while playing games? Let's play some games together! We can even code when get bored after playing!!</p> |
| 50 | + <a class="btn" href="mailto:gauravvermaa07076@email.com">CONTACT ME</a> |
| 51 | + </div> |
| 52 | + </div> |
| 53 | + |
| 54 | + |
| 55 | + <div class="bottom-container"> |
| 56 | + <a class="footer-link" href="https://www.linkedin.com/in/gaurav-verma-98688a232/">LinkedIn</a> |
| 57 | + <a class="footer-link" href="https://github.com/Gaurav07076">GitHub</a> |
| 58 | + <a class="footer-link" href="https://www.appbrewery.co/">Website</a> |
| 59 | + <p class="copyright">© Gaurav.</p> |
| 60 | + </div> |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | +</body> |
| 65 | +</html> |
0 commit comments