-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharticles.html
More file actions
82 lines (72 loc) · 3.35 KB
/
Copy patharticles.html
File metadata and controls
82 lines (72 loc) · 3.35 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
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Articles - Bodybuilding</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" type="image/x-icon" href="images/favicon.png">
</head>
<body>
<h1 class="site-logo">Bodybuilding</h1>
<div class="navbar">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<div class="dropdown">
<button class="dropbtn">Features
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="features/quiz.html">Quiz</a>
<a href="features/converter.html">lbs to kg</a>
<a href="features/counter.html">Counter</a>
<a href="features/bmi-calculator.html">BMI Calculator</a>
<a href="features/calculator.html">Calculator</a>
<a href="features/exercise-generator.html">Exercise Generator</a>
</div>
</div>
<a href="articles.html">Articles</a>
<a href="gallery.html">Gallery</a>
<a href="resources.html">Resources</a>
<a href="contact.html">Contact</a>
</div>
<div class="content-wrapper">
<section class="content-section">
<h2>Articles</h2>
<p>This page is article page about bodybuilding.</p>
<div class="articles-card">
<div class="articles-content">
<img src="images/bodybuilding/img-1.jpg" alt="" width="250px">
<h3>Bodybuilding Exercises</h3>
<p>This article about bodybuilding exercises.</p>
<a href="./articles/bodybuilding-exercises.html">Read</a>
</div>
<div class="articles-content">
<img src="images/bodybuilding/img-2.jpg" alt="" width="250px">
<h3>Arnold Schwarzenegger</h3>
<p>This article about Arnold Schwarzenegger.</p>
<a href="./articles/bodybuilding-exercises.html">Read</a>
</div>
<div class="articles-content">
<img src="images/bodybuilding/img-3.jpg" alt="" width="250px">
<h3>RIP Dave Draper</h3>
<p>Dave Draper, bodybuilding's 'blond bomber', dies at 79</p>
<a href="./articles/bodybuilding-exercises.html">Read</a>
</div>
</div>
</section>
</div>
<footer>
<div class="social-media-section">
<a href="https://www.instagram.com/bergaman9/" class="fa fa-instagram"></a>
<a href="https://twitter.com/bergaman9" class="fa fa-twitter"></a>
<a href="https://github.com/bergaman9" class="fa fa-github"></a>
<a href="https://www.linkedin.com/in/omerguler/" class="fa fa-linkedin"></a>
<a href="https://open.spotify.com/user/omerguler53?si=fd7cda6c48e544d0&nd=1" class="fa fa-spotify"></a>
</div>
<p><a href="about.html">About</a> | <a href="contact.html">Contact</a></p>
</footer>
</body>
</html>