-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnews.html
More file actions
94 lines (92 loc) · 5 KB
/
news.html
File metadata and controls
94 lines (92 loc) · 5 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
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>PollPy</title>
</head>
<body>
<div class="header">
<img src="assets/account.png" class="logo">
<flex>
<a href="index.html" style="text-decoration: none;"><button class="header-button">Home</button></a>
<a href="guide.html" style="text-decoration: none;"><button class="header-button" href="index.html">Guide</button></a>
<a href="news.html" style="text-decoration: none;"><button class="header-button header-button-active" href="index.html">News</button></a>
</flex>
<a href="https://discord.gg/KqxsnEDVqk" style="text-decoration: none;" target="blank"><img src="https://upload.wikimedia.org/wikipedia/fr/thumb/4/4f/Discord_Logo_sans_texte.svg/1818px-Discord_Logo_sans_texte.svg.png" class="header-discord"></a>
</div>
<div id="about">
<h1 class="about-title">PollPy News</h1>
<h2 class="about-subtitle">All the infos you need</h2>
</div>
<table>
<tr>
<th class="news-cell">
<div class="news-item">
<table>
<tr class="news-title">
<h2 class="news-title">PollPy | Version 1.2 🐙</h2>
</tr>
<tr class="news-banner">
<img src="https://media.discordapp.net/attachments/874044700309454858/894267897029996585/releasev1_2.png?width=1202&height=676" width="100%" height="100%">
</tr>
<tr>
<h3 class="news-description">PollPy new stuff with this update, come try ! Try now for free the ShipBoost and for 2 weeks</h3>
<p class="news-date">03 October 2021</p>
</tr>
</table>
</div>
</th>
<th class="news-cell">
<div class="news-item">
<table>
<tr class="news-title">
<h2 class="news-title">PollPy | Road Map 🔮</h2>
</tr>
<tr class="news-banner">
<img src="https://media.discordapp.net/attachments/876819261799145512/882389787607203940/roadmap-Sept.png?width=1202&height=676" width="100%" height="100%">
</tr>
<tr>
<h3 class="news-description">Now that Version 1.0 is release and many of the bugs fixed we can plan what we want for the next 2 months !</h3>
<p class="news-date">01 September 2021</p>
</tr>
</table>
</div>
</th>
<th class="news-cell">
<div class="news-item">
<table>
<tr class="news-title">
<h2 class="news-title">PollPy | Version 1.0 🐙</h2>
</tr>
<tr class="news-banner">
<img src="https://media.discordapp.net/attachments/876819261799145512/878845991468552242/releasev1.png?width=1202&height=676" width="100%" height="100%">
</tr>
<tr>
<h3 class="news-description">It's time for the PollPy to upgrade ! Now with even more features to enhance your experience. Have Fun !</h3>
<p class="news-date">22 August 2021</p>
</tr>
</table>
</div>
</th>
</tr>
<tr>
<th class="news-cell">
<div class="news-item">
<table>
<tr>
<h2 class="news-title">PollPy | Bêta Plan 🔧</h2>
</tr>
<tr class="news-banner">
<img src="https://media.discordapp.net/attachments/874044700309454858/893943395809124373/Advancement_PollPy.png?width=1202&height=676" width="100%" height="100%">
</tr>
<tr>
<h3 class="news-description">Here is what is planned for the first stage of PollPy. Nothing is fixed in the time but I will do my best for it !</h3>
<p class="news-date">28 June 2021</p>
</tr>
</table>
</div>
</th>
</tr>
</table>
</body>
</html>