-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
85 lines (85 loc) · 4.33 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html>
<head>
<title>Portfolio</title>
<link rel = "icon" href ="C:\Users\Raghav Sekhri\Pictures\Camera Roll\computer.png" type = "image/x-icon">
<link rel="stylesheet" href="about.css" media="all">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Fresca" rel="stylesheet">
</head>
<body>
<div class="header">
<div class="header-logo">
<a href="portfolio.html"><img src="logo1.png" height="50px" width="250px"></img></a>
</div>
<div class="header-list">
<ul>
<font style="font-family:comic sans ms;">
<li></li>
<li></li>
<li></li>
<li><a href="about.html"><button class="button"><span>About</span></button></a></li>
<li></li>
<li></li>
<li><a href="projects.html"><button class="button"><span>Projects</span></button></a></li>
<li></li>
<li></li>
<li><a href="contactme.html"><button class="button"><span>Contact Me</span></button></a></li>
</font>
</ul>
</div>
</div>
<div class="main">
<br><br><br></br>
<center>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="raghav2.jpg" alt="Avatar" style="width:100%;height:100%;">
</div>
<div class="flip-card-back">
<h1>Raghav Sekhri</h1>
<br><br></br></br><br><br></br>
<p><font size="4px">Computer Science Engineer</font></p><br>
<p><font size="4px">Passionate Developer</font></p>
</div>
</div>
</div>
</center>
<br></br>
<div class="about-myself">
<p>Hi, I am Raghav Sekhri.</p>
<p> I'm currently persuing my btech from Chitkara University,Rajpura in computer science.I also have an interest in Badminton.I have completed my 10th grade from CBSE Board with 9.2 CGPA and completed my 12th from CBSE Board with 84%. I am excellent in planning, analyzing, designing, and developing.</p>
<p>My hobbies are Internet browsing & searching for helpful applications, watching news & discovery channel, playing Indoor games, listening old songs, art & design. My strengths are self-confidence & dedication, positive attitude, and hard work. My weakness is my soft nature that sometime harms me.</p>
<p>My strengths are; laborious, positive attitude, punctuality, and strong in management skills. My weakness is, i can’t sit in one place for longer periods. My hobbies are; watching T.V, listening old & pop songs, playing video games & in-door games, and eating Chinese food.</p>
<center><p>Thanks for knowing me😎</p></center>
</div>
</div>
<div class="footer">
<center>
<div class="social" >
<p><font size="6px" style="font-family: 'Pacifico', cursive;">Follow Me On</font></p></p>
<div class="social-icons">
<ul>
<center>
<marquee behavior="scroll" id="r">
<li><a href="https://www.facebook.com/raghav.sekhri.16"><i class="fa fa-facebook-square"></i></a></li>
<li></li>
<li><a href="https://www.instagram.com/_raghav__sekhri_/"><i class="fa fa-instagram"></i></a></li>
<li></li>
<li><a href="https://www.linkedin.com/in/raghav-sekhri-389187172/"><i class="fa fa-linkedin"></i></a></li>
<li></li>
<li><a href="https://github.com/RaghavSekhri"><i class="fa fa-github"></i></a></li>
<li></li>
<li><a href="https://twitter.com/Boss_The_Raghav"><i class="fa fa-twitter"></i></a></li>
</marquee>
</center>
</ul>
</div>
</div>
</center>
</div>
</body>
</html>