forked from aspire-recovery/addiction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
articles.php
236 lines (222 loc) · 10.3 KB
/
articles.php
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<style>
* {
font-family: Arial, Helvetica, sans-serif;
}
.first, .third, .fifth {
margin-top: 10px;
margin-left: 10%;
}
.second, .fourth, .sixth {
margin-top: 10px;
margin-left: 35%;
}
.text-color {
color: black;
}
</style>
<title>Articles</title>
</head>
<body>
<?php
include "header.php";
?>
<br>
<br>
<br><br><br>
<div class="card mb-3 first" style="max-width: 800px; ">
<div class="row no-gutters">
<div class="col-md-4">
<img src="assets/images/alchoholism.jpg" class="card-img" width="100%" height="230px">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">ALCOHOLISM</h5>
<p class="card-text">Alcoholism is a progressive, chronic illness and in many cases can be fatal when
the
consumption of alcoholic drinks is out of control. It interferes with physical,
mental, social and/or family health in addition to work responsibilities.</p>
<a href="articles/alcoholism.php" class="btn btn-primary text-color">read more</a>
</div>
</div>
</div>
</div>
<div class="card mb-3 second" style="max-width: 800px;">
<div class="row no-gutters">
<div class="col-md-4">
<img src="assets/images/cocaine.jpg" class="card-img" width="100%" height="230px" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">COCAINE</h5>
<p class="card-text"> Cocaine is a drug belonging to the group of psychoactive substances, that is, it
produces a directly stimulating effect to the central nervous system, principally
to the brain. Cocaine tolerance develops quickly, which means that it is highly
addictive.</p>
<a href="articles/cocaine.php" class="btn btn-primary text-color">read more</a>
</div>
</div>
</div>
</div>
<div class="card mb-3 third" style="max-width: 800px;">
<div class="row no-gutters">
<div class="col-md-4">
<img src="assets/images/tobacco.jpg" class="card-img" width="100%" height="250px" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">TOBACCO</h5>
<p class="card-text">Smoking is responsible for approximately 15% of deaths in Spain and kills
approximately 200 people every day, of which 166 are men and 40 are women.
Smoking has been linked to numerous diseases. </p>
<a href="#" class="btn btn-primary text-color">read more</a>
</div>
</div>
</div>
</div>
<div class="card mb-3 fourth" style="max-width: 800px;">
<div class="row no-gutters">
<div class="col-md-4">
<img src="assets/images/fap.jpg" class="card-img" width="100%" height="250px" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Sex addiction</h5>
<p class="card-text">Sexual addiction, also known as sex addiction, is a state characterized by
compulsive participation or engagement in sexual activity, particularly sexual intercourse, despite
negative consequences.</p>
<a href="articles/sexaddiction.php" class="btn btn-primary text-color">read more</a>
</div>
</div>
</div>
</div>
<div class="card mb-3 fifth" style="max-width: 800px;">
<div class="row no-gutters">
<div class="col-md-4">
<img src="assets/images/socialmedia.jpg" class="card-img" width="100%" height="250px" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Social Media</h5>
<p class="card-text">Checking and scrolling through social media has become an increasingly popular
activity
over the last decade. In fact, psychologists estimate that as many as 5 to 10%
of Americans meet the criteria for social media addiction today.</p>
<a href="articles/socialmedia.php" class="btn btn-primary text-color">read more</a>
</div>
</div>
</div>
</div>
<div class="card mb-3 fourth" style="max-width: 800px;">
<div class="row no-gutters">
<div class="col-md-4">
<img src="assets/images/nicotine.jpg" class="card-img" width="100%" height="250px" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Nicotine</h5>
<p class="card-text">Nicotine is a highly addictive chemical found in the tobacco plant. The addiction
is physical, meaning habitual users come to crave the chemical, and also mental, meaning users
consciously desire nicotine’s effects. Nicotine addiction is also behavioral.</p>
<a href="#" class="btn btn-primary text-color">read more</a>
</div>
</div>
</div>
</div>
<!-- footer 14 -->
<div class="w3l-footer-main">
<div class="w3l-sub-footer-content">
<!-- Footers-14 -->
<footer class="footer-14">
<div id="footers14-block">
<div class="container">
<div class="footers20-content">
<div class="d-grid grid-col-4 grids-content">
<div class="column">
<h4>Our Address</h4>
<p>MSU Polytechnic,Pandya Bridge,Sayaji Gunj,vadodara</p>
</div>
<div class="column">
<h4>Call Us</h4>
<p>Mon - Fri 10:30 -18:00</p>
<p><a href="tel:+916351301322">6351301322</a></p>
</div>
<div class="column">
<h4>Mail Us</h4>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="column">
<h4>Follow Us On</h4>
<ul>
<li><a href="#facebook"><span class="fa fa-facebook"
aria-hidden="true"></span></a>
</li>
<li><a href="#linkedin"><span class="fa fa-linkedin"
aria-hidden="true"></span></a>
</li>
<li><a href="#twitter"><span class="fa fa-twitter"
aria-hidden="true"></span></a>
</li>
<li><a href="#google"><span class="fa fa-google-plus"
aria-hidden="true"></span></a>
</li>
<li><a href="https://github.com/valentinos2077"><span class="fa fa-github"
aria-hidden="true"></span></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- move top -->
<button onclick="topFunction()" id="movetop" title="Go to top">
↑
</button>
<script>
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("movetop").style.display = "block";
} else {
document.getElementById("movetop").style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<!-- /move top -->
</footer>
<!-- Footers-14 -->
</div>
</div>
<!-- //footer 14 -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
</body>
</html>