forked from mohammedyusuf380/blog-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
66 lines (64 loc) · 3.08 KB
/
home.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
<!DOCTYPE html>
<html>
<head>
<title>home</title>
<link href="./style.css" rel="stylesheet">
</head>
<body>
<div class="headder">
<span id="heading">
<bold>Student Blog Name</bold>
</span>
<span class="buttons" style="margin-left: 300px;">
<a href="./home.html">HOME</a>
</span>
<span class='buttons'>
<a href="./post-photo.html">Postphoto</a>
</span>
<span class="buttons">
<a href="./contact.html">Contact</a>
</span>
<span class="buttons">
<a href="./login.html">LOGIN</a>
</span>
</div>
<div style="margin: auto;padding: auto;height: auto;width: auto; opacity:0.9;background-color: white;">
<span><h1>About our blog:</h1></span>
<span class="content-home">
This blog mainly concentrate on latest information about top universites in India.
The adverse effects due to covid pandamic,and many topics related to current affairs.
We are providing this services to students who are confused to join in which university after there highschool.<br>
Blogging is a great way for students to express themselves in a safe online environment. Not only does it work to
build creativity and self-expression, it can be downright fun to have your voice heard. Get examp
les of some inspirational classroom and personal blogs created by students. Inspect the dos and don't
s of creating the best student blogs, too!
</span><br>
<span class="content-home">
If your students have their own blog, digital portfolio, or website, you may have found that their enthusiasm for writing was initially high. Students typically can’t wait to unleash their creativity and publish on their own online space, often for an authentic audience.
Sometimes when the initial excitement wears off, students start facing “bloggers’ block” or get in a rut of writing the same style of post over and over.
Our interesting collecting of writing prompts will help your students maintain momentum with their blog, website, or digital portfolio. The prompts allow your students to explore various genres, tools, and mediums.
</span>
</div>
<br>
<div class="shift">
<span>
<a href="./main.html">Click here to read our articles</a>
</span>
</div>
<br>
<br>
<div class="footer">
<span>
follow us on <a href="https://www.instagram.com/?hl=en">instagram</a>
<br>or on <a href="https://www.facebook.com/">facebook</a>
</span><br>
<span>
thanks for visiting our blog
</span>
<br>
<span>
copy rights@mohammed yusuf.
</span>
</div>
</body>
</html>