-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
90 lines (80 loc) · 3.48 KB
/
index.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
<!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">
<!-- Meta -->
<meta name="description" content="">
<meta name="author" content="Themepixels">
<!-- Favicon -->
<!-- <link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.png"> -->
<title>Tekla - Responsive Website Header</title>
<!-- Vendor CSS -->
<link href="lib/remixicon/fonts/remixicon.css" rel="stylesheet">
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/style.min.css">
</head>
<body>
<div class="hero hero-one">
<header class="header">
<div class="container">
<div class="header-left">
<a href="#" class="header-brand"><span>tekla</span></a>
<a id="burgerMenu" href="#" class="burger-menu">
<i class="ri-menu-2-line"></i>
<i class="ri-close-fill"></i>
</a>
</div><!-- header-left -->
<nav class="nav nav-header">
<a href="" class="nav-link active">Home</a>
<a href="" class="nav-link">Trending</a>
<a href="" class="nav-link">Collections</a>
<a href="" class="nav-link">Categories</a>
<a href="" class="nav-link">My Articles</a>
</nav>
<nav class="nav nav-icon">
<a href="" class="nav-link"><i class="ri-twitter-fill"></i></a>
<a href="" class="nav-link"><i class="ri-facebook-circle-fill"></i></a>
<a href="" class="nav-link"><i class="ri-instagram-fill"></i></a>
<a href="" class="nav-link"><i class="ri-youtube-fill"></i></a>
</nav>
</div>
</header><!-- header -->
<section class="section">
<div class="container">
<div class="hero-image"><img src="assets/img/img1.png"></div>
<div class="hero-body">
<label class="section-label">Health & Fitness</label>
<h1 class="hero-title">Breastfeeding Athletes</h1>
<p class="hero-text">Athletes who are breastfeeding will be allowed to bring their babies to the olympics. It should never have been up for debate, but at least it's happening.</p>
<a href="" class="btn btn-outline-secondary btn-hero">Learn More</a>
</div><!-- hero-body -->
<div class="hero-footer">
<h5 class="section-title d-flex">Recent Articles <a href=""><i class="ri-arrow-right-s-line"></i></a></h5>
<div class="row">
<div class="col-4">
<div class="card card-article">
<img src="assets/img/img2.jpg" class="card-img">
</div><!-- card -->
</div>
<div class="col-4">
<div class="card card-article">
<img src="assets/img/img3.jpg" class="card-img">
</div><!-- card -->
</div>
<div class="col-4">
<div class="card card-article">
<img src="assets/img/img4.jpg" class="card-img">
</div><!-- card -->
</div>
</div><!-- row -->
</div>
</div><!-- container -->
</section><!-- section -->
</div><!-- hero -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>