-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathall_articles.html
120 lines (87 loc) · 5.43 KB
/
all_articles.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="main.css">
<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>Document</title>
</head>
<body>
<div class="header">
<a href="file:///C:/Users/FURKAN-OZGUL/Desktop/Project/index.html"> <img style="width: 160px;height: 65px;margin-top: -20px;" class="logo" src="images/logo.png" alt="logo"></a>
<div class="allDropdowns">
<div class="dropdown">
<a href="file:///C:/Users/FURKAN-OZGUL/Desktop/Project/articles.html" class="dropbtn">Articles</a>
<div class="dropdown-content">
<a href="file:///C:/Users/FURKAN-OZGUL/Desktop/Project/all_articles.html">My Articles</a>
<a href="file:///C:/Users/FURKAN-OZGUL/Desktop/Project/write_article.html">Write Article</a>
</div>
</div>
<div class="dropdown">
<a href="file:///C:/Users/FURKAN-OZGUL/Desktop/Project/solutions.html"class="dropbtn">Solutions</a>
<div class="dropdown-content">
<a href="file:///C:/Users/FURKAN-OZGUL/Desktop/Project/write_solutions.html">Write Solutions</a>
</div>
</div>
<div class="dropdown">
<a href="file:///C:/Users/FURKAN-OZGUL/Desktop/Project/facts.html" class="dropbtn">Facts</a>
</div>
<div class="dropdown">
<a href="file:///C:/Users/FURKAN-OZGUL/Desktop/Project/more.html" class="dropbtn">More</a>
</div>
</div>
</div>
<div class="totalWrapper">
<div class="wrapper">
<div class="container">
<article class="card" style="height: 49%;">
<header>
<h3 class='header' style="margin-top: 1px ">
Affect of the Global Warming
</h3>
</header>
<div class="image"><img src="images/img3.jpg" alt="image"></div>
<div class="content">
<p class='para'>In common usage, climate change describes global warming—the ongoing increase In common usage, climate change describes global warming—the ongoing increaseIn common usage, climate change describes global warming—the ongoing increase
</p>
<button class='btn'>Read more</button>
</div>
</article>
<article class="card" style="margin-top: 2%;height: 49%;">
<header>
<h3 class='header' style="margin-top: 1px ">
Conclusion of the Global Warming
</h3>f
</header>
<div class="image"><img src="images/img4.jpg" alt="image"></div>
<div class="content">
<p class='para'> Increased warming in the Arctic has contributed to melting permafa ice loss.[6]atures are also causing more intense storms, droughts, and other weather extremes.[7] Rapid environmental change in mountains, coral reefs, and the Arctic is forcing many species to relocate or become extinct.[8] Even if efforts to minimise future warming are successful, some effects will continue for century.[13] Limiting warming to 1.5 °C will require halving emissions by 2030 and achieving net-zero emissions by 2050.[14]
</p>
<button class='btn'>Read more</button>
</div>
</article>
</div>
<div class="wrapper" style="margin-top: -20px;">
<div class="container">
<article class="card" style="width: 160%;">
<header>
<h3 class='header'style="margin-top: 1px ">
Global Warming
</h3>
</header>
<div class="image"><img src="images/img5.jpg" alt="image"></div>
<div class="content">
<p class='para'>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
</p>
<ul>
<li>Loaded with Cheese</li>
<li>Rich in taste</li>
<li>50% off on first order</li>
</ul>
<button class='btn'>Read more</button>
</div>
</article>
</div>
</body>
</html>