-
Notifications
You must be signed in to change notification settings - Fork 0
/
bloggers.html
92 lines (76 loc) · 6.13 KB
/
bloggers.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
86
87
88
89
90
91
92
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home | Bloggers</title>
<link rel="stylesheet" href="bloggersStyle.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,700;1,200;1,300;1,400;1,700&display=swap" rel="stylesheet">
</head>
<body>
<div class="header">
<h1><a href="#" class="logo">Bloggers.co</a></h1>
<ul class="nav">
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Portfolio</a></li>
</ul>
</div>
<div class="welcome">
<div class="welcome-inner">
<h1>Welcome to Bloggers!</h1>
<p>Your knowldege has no value unless you share it. So, why limit it to your yourself?!? Bloggers is your platform to publish your passion your way. Whether sharing your expertise, breaking news, or whatever’s on your mind, you’re in good company on Bloggers. Connect with million others and let's grow together. With ease and all for free!</p>
<a href="#" class="learn">Learn More</a>
</div>
</div>
<div class="features">
<div class="features-inner">
<div class="featured-item">
<h3>Confidence Gain #1</h3>
<p>Blogging is the shy person’s stage. You can be center of attention, meeting new people by gaining follows and likes, all within the safety of your own limits. Your blog is your own, whatever you want it to be, and it’s a great way of gaining confidence whether it’s in the field you’re writing in or personal expression.</p>
</div>
<div class="featured-item">
<h3>Form of Diary #2</h3>
<p>Writing a diary is long outdated. However, blogging is essentially a collection of diary entries for the world to see. Your blog can be your own secret place on the Internet; anonymous or not, there’s a comfort in the thoughts and helpful advice of Internet friends. There are no expectations with blogging.</p>
</div>
<div class="featured-item">
<h3>Great Writing Experience #3</h3>
<p>Trying to get into freelance writing? Blogging is the best way to show your writing is current, and you’re writing regularly. As soon as you’ve created your first post, you’re officially published on the Internet, and can promote yourself to companies far more easily by linking your blog than showing outdated articles.</p>
</div>
<div class="featured-item">
<h3>Financial Gain #4</h3>
<p>With blogging becoming more and more prolific,its becoming a profession to be taken very seriously. Blogging is easily a full-time job, and money can be made with hard work and perseverance. Advertising on your blog can help, as can accepting sponsors if you’re reviewing products, but ultimately your blog can lead you to a career in blogging.</p>
</div>
<div class="featured-item">
<h3>Great Community #5</h3>
<p>All fellow bloggers want is for other bloggers to be part of the community, and be involved by following blogs and leaving comments. With websites like “Bloglovin” it’s easy to have a contained place on the Internet for your favorite blogs, while gaining inspiration for your own posts and articles.</p>
</div>
<div class="featured-item">
<h3>Creative Outlet #6</h3>
<p>Blogging allows a creative outlet for those who have become consumed by everyday life. By giving you the flexibility to blog when you wish, it can become a way to channel creativity without imposing on your day-to-day responsibilities. What better a way to be creative than in the comfort of your own home, when you have the time to enjoy it.</p>
</div>
<div class="featured-item">
<h3>Creates Opportunities #7</h3>
<p>The final and perhaps most important reason to start a blog: it creates endless opportunities for its owner, whether it be in the form of friendship, financial gain or self-growth, blogging certainly puts your personality out there to the world and gets you noticed in a very unique way.</p>
</div>
<div class="featured-item">
<h3>Development of Technological Skills #8</h3>
<p>It is very difficult not to learn basic technological skills while blogging. Whether it’s simply editing pictures and using templates, or changing the aesthetics of your blog by using basic coding, you’ll learn a lot of basic yet valuable information about the technological age in which we live.</p>
</div>
<div class="featured-item">
<h3>Self Growth #9</h3>
<p>Broadcasting yourself online allows time for reflection, perspective. You will be able to look back on past work and ideas and learn from them, promoting not only a form of diary entry, but also the idea of self growth. By envisaging your ideas in a public form, it allows your creativity to grow, as well as your confidence and ambitions.</p>
</div>
</div>
</div>
</div>
<div class="footer">
<p class="icons"><img src="C:\Users\BSPHCL-IT\Downloads\fb 2.png" alt="" width="30px" height="30px"><tab></tab><img src="C:\Users\BSPHCL-IT\Downloads\insta 1.png" alt="" width="30px" height="30px"><tab><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/7e/Gmail_icon_%282020%29.svg/1280px-Gmail_icon_%282020%29.svg.png" alt="" width="32px" height="27px" ></p>
<p class="footer-nav">Info<space>Support<space>Marketing</p>
<p class="footer-nav">Terms of use<space>Privacy Policy</p>
<p>© 2021 Bloggers.co</p>
</div>
</body>
</html>