forked from MakTsy/SolaceNews
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PremiumPage.html
106 lines (104 loc) · 6.12 KB
/
PremiumPage.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
102
103
104
105
106
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link href="styles/base_header.css" rel="stylesheet">
<link href="styles/topic_page.css" rel="stylesheet">
<link href="https://fonts.gstatic.com" rel="preconnect">
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet">
<link href="https://fonts.gstatic.com" rel="preconnect">
<link href="https://fonts.googleapis.com/css2?family=Questrial&display=swap" rel="stylesheet">
<link href="styles/style.css" rel="stylesheet">
<link href="styles/footer.css" rel="stylesheet">
<script src="https://use.fontawesome.com/6c2a297f2f.js"></script>
<script src="scripts/loadMore.js"></script>
<script crossorigin="anonymous" src="https://kit.fontawesome.com/9d8814d242.js"></script>
<!-- <link href="layout.css" rel="stylesheet">-->
<title>Premium Topic Page</title>
</head>
<body>
<div class="main_container">
<nav class="nav_bar">
<div class="nav_list">
<a href="./MainPage.html">Main</a>
<a href="./TopicPage.html">News</a>
<a href="./TopicPage.html">Business</a>
<a href="./TopicPage.html">Technologies</a>
<a href="./PremiumPage.html">Premium</a>
</div>
<div class="user">
<i class="fa fa-user"></i>
<a href="./ProfilePage.html"> Oleg</a>
</div>
</nav>
<div class="main_content">
<div class="content_column news topic_page">
<div class="article_preview">
<a href=PremiumNewsPage.html>Post-Impeachment Updates: Republican Leaders Divided Over Trump’s Future Influence</a>
<p>Senator Lindsey Graham of South Carolina made a full-throated case for Mr. Trump as an essential
player in the party in the coming Senate and House elections, saying “Trump-plus is the way back in 2022.”
Another Republican, Senator Bill Cassidy of Louisiana, called ....</p>
<img alt="" src="img/gordon.jpg">
<h6>By Karen Heller | Photos by Michael S. Williamson</h6>
<hr/>
</div>
<div class="article_preview">
<a href=PremiumNewsPage.html>Post-Impeachment Updates: Republican Leaders Divided Over Trump’s Future Influence</a>
<p>Senator Lindsey Graham of South Carolina made a full-throated case for Mr. Trump as an essential
player in the party in the coming Senate and House elections, saying “Trump-plus is the way back in 2022.”
Another Republican, Senator Bill Cassidy of Louisiana, called ....</p>
<img alt="" src="img/johnson.jpg">
<h6>By Karen Heller | Photos by Michael S. Williamson</h6>
<hr/>
</div>
<div class="article_preview">
<a href=PremiumNewsPage.html>Post-Impeachment Updates: Republican Leaders Divided Over Trump’s Future Influence</a>
<p>Senator Lindsey Graham of South Carolina made a full-throated case for Mr. Trump as an essential
player in the party in the coming Senate and House elections, saying “Trump-plus is the way back in 2022.”
Another Republican, Senator Bill Cassidy of Louisiana, called ....</p>
<img alt="" src="img/zelenskiy.jpg">
<h6>By Karen Heller | Photos by Michael S. Williamson</h6>
<hr/>
</div>
</div>
<div class="content_column news topic_page">
<div class="article_preview">
<a href=PremiumNewsPage.html>Post-Impeachment Updates: Republican Leaders Divided Over Trump’s Future Influence</a>
<p>Senator Lindsey Graham of South Carolina made a full-throated case for Mr. Trump as an essential
player in the party in the coming Senate and House elections, saying “Trump-plus is the way back in 2022.”
Another Republican, Senator Bill Cassidy of Louisiana, called ....</p>
<img alt="" src="img/gordon.jpg">
<h6>By Karen Heller | Photos by Michael S. Williamson</h6>
<hr/>
</div>
<div class="article_preview">
<a href=PremiumNewsPage.html>Post-Impeachment Updates: Republican Leaders Divided Over Trump’s Future Influence</a>
<p>Senator Lindsey Graham of South Carolina made a full-throated case for Mr. Trump as an essential
player in the party in the coming Senate and House elections, saying “Trump-plus is the way back in 2022.”
Another Republican, Senator Bill Cassidy of Louisiana, called ....</p>
<img alt="" src="img/johnson.jpg">
<h6>By Karen Heller | Photos by Michael S. Williamson</h6>
<hr/>
</div>
<div class="article_preview">
<a href=PremiumNewsPage.html>Post-Impeachment Updates: Republican Leaders Divided Over Trump’s Future Influence</a>
<p>Senator Lindsey Graham of South Carolina made a full-throated case for Mr. Trump as an essential
player in the party in the coming Senate and House elections, saying “Trump-plus is the way back in 2022.”
Another Republican, Senator Bill Cassidy of Louisiana, called ....</p>
<img alt="" src="img/zelenskiy.jpg">
<h6>By Karen Heller | Photos by Michael S. Williamson</h6>
<hr/>
</div>
</div>
</div>
<button class="red_button" onclick="loadMore()">Load more</button>
<footer class="footer">
<p>© 2021 Solace News & Media Limited or its affiliated companies. All rights reserved.</p>
<a href="https://www.facebook.com/"><i class="fab fa-facebook-square"></i></a>
<a href="https://twitter.com/DmytroKuleba"><i class="fab fa-twitter-square"></i></a>
</footer>
</div>
</body>
</html>