-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout_us.html
More file actions
82 lines (58 loc) · 2.04 KB
/
about_us.html
File metadata and controls
82 lines (58 loc) · 2.04 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="img/CodeHelper.png">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Oswald|Roboto+Condensed" rel="stylesheet">
<title>CodeHelper | Helping students to learn Code.</title>
</head>
<body>
<header>
<nav>
<h1>CodeHelper</h1>
<ul>
<li><a class="homewhite" href="main.html">Home</a></li>
<li><a class="sameclass" href="contact_us.html">Contact Us</a>
<li><a class="sameclass" href="about_us.html">About Us</a>
<li><a class="sameclass" href="#">Our Team</a>
<li><a class="sameclass" href="login.html">Login</a></li>
<li><a class="sameclass" href="signup.html">Sign Up</a></li>
</ul>
</nav>
</header>
<div class="division"></div>
<div class="about-shivam">
<div class="shivam-pic">
</div>
<div class="shivam-name">
<h1> Shivam Pokhriyal</h1>
</div>
<div class="shivam-title">
<h2> Web Developer, Graphic Designer & Blogger</h2>
</div>
<div class="shivam-description">
<p><i>Hey there! I love to develope Websites and i do alot of Graphic related stuff. Also i am technology blogger. I love to learn about new Technology. Learning how to convert caffeine to code.</i></p>
</div>
<div class="shivam-social-media">
<a class="social-github" href="https://github.com/iTechShivam">Github</a>
<a class="social-linkedin" href="https://www.linkedin.com/in/shivam-pokhriyal-8245b9135/">Linkedin</a>
</div>
</div>
<!--
<div class="about-shivam">
<div class="shivam-pic">
</div>
<div class="shivam-name">
<h1> Sachin Gupta</h1>
</div>
<div class="shivam-title">
<h2> Web Developer, Graphic Designer & Blogger</h2>
</div>
<div class="shivam-description">
<p><i>Hey there! I love to develope Websites and i do alot of Graphic related stuff. Also i am technology blogger. I love to learn about new Technology. Learning how to convert caffeine to code.</i></p>
</div>
</div>
-->
</body>
</html>