-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnews.html
More file actions
143 lines (130 loc) · 4.3 KB
/
news.html
File metadata and controls
143 lines (130 loc) · 4.3 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
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html:charaet=utf-8">
<title>Beauty360 NG</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<style>
.btn {
cursor: pointer;
border: 1px solid #3;
background-color: transparent;
height: 50px;
width: 200px;
color: white;
font-size: 1.5em;
box-shadow: 0 6px 6px;
float: right;
}
.frame {
width: 400px;
height: 450px;
border: 3px solid #ccc;
background: #eee;
margin: auto;
padding: 15px 25px;
}
img {
width: 100%;
height: 100%;
}
div.container {
display: inline-block;
}
p {
}
</style>
<h1>BEAUTY360 NG</h1>
</head>
<div id="banner">
<h2>FASHION-MUSIC-ENTERTAINMENT</h2>
<h2>The Beauty in Fashion, Music and Entertainment</h2>
<h2></h2>
<button class="btn"><b>Subscribe</b></button>
</div>
<b>NEWS</b>
<body>
<br>
<br>
<div class="nav-wrapper">
<nav>
<div class="navigation">
<ul class="nav-items">
<li><a href="home.html">Home</a></li>
<li><a href="music.html">Music</a></li>
<li><a href="blog1.html">Fashion</a></li>
<li><a href="news.html">News</a></li>
<li><a href="https://facebook.com/davidagenefrancis">About</a></li>
</ul>
<div class="nav-toogler"></div>
</div>
</nav>
</div>
<img src="images/pin164.jpg" class="frame">
<div id="content area">
<b><a href="#">Entertainment News</a></b>
|
<b><a href="#">Global News</a></b>
|
<b><a href="#">Nation News</a></b>
</div>
<br>
<br>
<br>
<hr>
<div id="content area">
<b>H.E.R models the Bella sunglasses from her collection. <p>DAN BUSTA</p></b>
<img src="images/pin19.jpg" class="imgleft">
<hr>
<p>H.E.R also took inspiration from her first self-titled album released in2017 for the sunglasses collection, copying the album art's blue-to-gold gradient color scheme for the brand's Driver sunglasses that are designed with a round lens and a double bridge. The glasses also come in a mirrored black lens version, which the singer has already worn on-stage.</p>
<br>
<br>
<br>
<p>"They match with everything", she said. "They always look cool, especially when i'm performing, You can see the crowd in the glasses in photos sometimes."</p>
<p>H.E.R's collaboration withDiff Eyewear is just the second fashion collection she's played a hand in this month. During London Fashion Week, she teamed with Tommy Hilfiger on his Tommy X Lewis X H.E.R sustainable collection, where the singer helped design neon-colored, streetwear-inspired pieces, adding in her own lyrics to the designs</p>
</div>
<hr>
<p>Published in 8th July 2020</p>
<p>Posted in #Fashion/Fashion News/Fashion Trends</p>
<p>TAG: <a href="#">FASHION</a>
<p>BY <b>David Agene </b></p>
<hr>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<b>RELATED</b>
<br>
<div class="container">
<p><a href="">Post-Covid-19 street Life in Berlin</a></p>
<img src="images/banner.jpg" class="imgleft">
</div>
<div class="container">
<p><a href="#">The Best Beauty Tips For Healthy and Glowing Skin</a></p>
<img src="images/skinblog2.jpg" class="imgleft">
</div>
<div class="container">
<p><a href="#">What to Wear to a Beach or Pool party (anny's collection)</a></p>
<img src="images/Beachvibe.jpg" class="imgleft">
</div>
<script src="js/index.js"></script>
</body>
<footer><h6>World Wide Distribution</h6></footer>
<h5><a href="blog1.php">Fashion</a></h5>
<hr>
<h5><a href="news.php">News</a></h5>
<hr>
<h5><a href="home.php"><p>Home</p></a></h5>
<hr>
<h5><a href="#"><p>Contact Us</p></a></h5>
<hr>
<h5><a href="#"><p>Privacy policy</p></a></h5>
<hr>
<h5><a href="#"><p>About</p></a></h5>
<hr>
<h5> Our fashion blog consists of the latest outfits from different clothing brands, styling tips for both men and women alike, fashion concepts and ideas for both old and new fashion designers. We offer the best styling tips and recommendations to enable our audience look beautiful or handsome all day and all the time.</h5>
<h5>Copyright 2020| Zedd Techs | Beauty360 ng | Powered by Zedd Techs in collaboration with Thavinchy INC</h5>
</html>