-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
73 lines (56 loc) · 4.08 KB
/
aboutus.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/botstrp.css">
<title>Document</title>
</head>
<!-- url('images/changecursor.png') -->
<body style="background-color: rgb(206, 206, 206); margin: 0px 100px 0px 90px;padding-top: 5px;">
<a href="index.html" style="all: unset;color:grey;cursor: pointer;font-size: 17px;;"><strong>Home</strong></a>
<div class="logo">                    
<span class="logo-name">Blogging</span>
<span><input type="button" class="start-btn" value="Our Story" style="margin-right: -259px; border: 1px solid black;height: 36px;"></span>
<span><a class="signin" href="#" >About membership</a></span>
</div>
<h5 style="margin-top: 40px;margin-left: 75px;letter-spacing: -2px;font-family: Georgia, 'Times New Roman', Times, serif; font-size: 59px; font-sp">Welcome to Blogging, where<br> words matter.</h5>
<img src="images/abc.gif" style=" margin: -80px 100px 0px 100px;">
<h5 style="margin-top: 40px;text-align:center;margin-left: 75px;letter-spacing: -2px;font-family: Georgia, 'Times New Roman', Times, serif; font-size: 59px; font-sp">Ideas and perspectives you won’t find <br>anywhere else.</h5>
<div class="container">
<div class="row">
<div class="col-lg-3">
<blockquote>
An <em><strong>Internship</strong></em> Provides Real Life Experience and Exposure. Employers in today's labor market rely heavily on resumes that illustrate a relevant work history, whether that's from internships, volunteer work, or actual
job experience. A practical work background carries a major significance when attempting to enter the job market. It's all about competition.
<br><br><em><b>-Rohun</b></em>
</blockquote>
</div>
<div class="col-lg-3">
<blockquote>
The experiences we go through are what shapes us. Your internship will not only <em><strong>encourage personal development</strong></em>, but also a greater understanding of self. To know yourself is to know your goals and how to best achieve
them. Finding this level of clarity is difficult, but sometimes all it takes is trying someone new, out of your comfort zone.
<br><br><em><b>-Ashish</b></em>
</blockquote>
</div>
<div class="col-lg-3">
<blockquote>
<strong><em>Networking</em></strong> is an exchange of information between people, with the ultimate goal of establishing acquaintances and relationships to advance your professional career. Sure, you can attend a networking event without
doing an internship, but you would be limiting yourself. Partaking in an internship allows you to establish deeper relationships than you normally would talking to a stranger one-on-one.
<br><br><em><b>-Sameer</b></em>
</blockquote>
</div>
<div class="col-lg-3">
<blockquote>
The student is given a chance to decide whether they wish to continue with their current career path or try something else. The more experience you acquire, the better you position yourself for success in landing a job. An internship is the building blocks
necessary for creating the path to a <strong><em>successful career</em></strong>. So next time you're on a gap year or summer break, you might want to consider indulging in a meaningful internship and build towards your future.
<br><br><em><b>-Joshua</b></em>
</blockquote>
</div>
</div>
</div>
<br>
<img src="images/unlock.png" style=" margin: 35px 100px 0px 70px;">
</body>
</html>