-
Notifications
You must be signed in to change notification settings - Fork 0
/
whattpad.html
101 lines (98 loc) · 3.77 KB
/
whattpad.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
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<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">
<link rel="stylesheet" href="whattpad.css">
<link href=" https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<title>Whattpad</title>
</head>
<body>
<div class="header">
<div class="logo"> <img src="whattpad.jpg" alt="logo "></div>
<div class="b">Browse</div>
<div class="c">Community</div>
<div class="search"><i class="fa fa-search" aria-hidden="true" id="q"> </i> Search</div>
<div class="right">
<div class="dropdown">
<button >Write</button>
<div class="content">
<a href="">Create a New Stories</a>
<a href="">My Stories</a>
<hr>
<a href="">helpful writer content</a>
<a href=""> Whattpad programe & opprtunity</a>
<a href="">Writing contest</a>
</div>
</div>
</div>
<a href="https://www.wattpad.com/premium/" target="_blank"><button class="but">Try Premium</button></a>
<div class="login">Login</div>
<div class="singup"> <a href="Question 8.html">Singup</a></div>
</div>
<div class="main">
<div class="writingcontent">
<h2>Hi, We're Whattpad.</h2>
<h3>The world's largest storytelling community</h3>
<h4>Home to 97 million people¹ who spend over 26 billion minutes
a month engaged in original stories, Wattpad has democratized storytelling
for a new generation of diverse Gen Z writers and their fans.</h4>
<p>¹As of July 2023</p>
<br>
<br>
<button class="same">Start Reading</button>
<button class="same"> Start Writing</button>
</div>
<div class="im"> <img id="lp" src="lp.jpg" > </div>
</div>
<br>
<div class="see">
<h3 id="aee">See Yours Story...</h3>
<div class="icons">
<div class="flim"><i class="fa-solid fa-tv"></i><br>
Get produced to movie & flim </div>
<div class="flim"><i class="fa-solid fa-tape"></i><br>
Get adopted to a Tv series</div>
<div class="flim"><i class="fa-solid fa-book"></i><br>
Get publisted</div>
</div>
</div>
<div class="studio">
<div class="si">
<img id="y" src="3.jpg">
</div>
<div class="cw">
<img id="z" src="4.svg">
<h3 ><b>Your original story could be the next big hit</b></h3>
<p >Wattpad Studios discovers untapped, unsigned, and talented writers on
Wattpad and connects them to global multi-media
entertainment companies.</p>
<p>Wattpad Studios works with partners such as:</p>
<div class="img">
<img id="s" src="5.svg" alt="a">
<img id="u" src="6.svg" alt="j"><img id ="k" src="7.svg" alt="g">
</div>
</div>
</div>
<div class="new">
<div class="hy">
<img id="x" src="9.svg">
<h3 ><b>Your voice belongs on bookshelves</b></h3>
<p >Wattpad Books aspires to recognize and reflect diverse voices by taking
Wattpad stories to published book and onto bookshelves around the world.</p><br>
<p>Wattpad Books works with partners such as:</p><br>
<div class="img">
<img id="a" src="10.jpg" alt="a">
<img id="b" src="11.jpg" alt="j"><img id ="c" src="12.jpg" alt="g">
</div>
</div>
<div class="sie">
<img id="cv" src="13.jpg">
</div>
</div>
<br>
<h4 id="hj"><a href="https://creators.wattpad.com/">Find out more about What we Do For Writers</a></h4>
<script src="https://kit.fontawesome.com/c0d691677b.js" crossorigin="anonymous"></script>
</body>
</html>