-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
175 lines (148 loc) · 7.58 KB
/
blog.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<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>LinkStore</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"/>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<section id="header">
<a href="index.html" class="logo">LinkStore</a>
<div>
<ul id="navbar">
<li><a href="index.html">Home</a></li>
<li><a href="shop.html">Shop</a></li>
<li><a class="active" href="blog.html">Blog</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div id="mobile"> <!-- this is for ipad screen devices to make website responsive -->
<a href="cart.html"><i class="fas fa-shopping-cart"></i></a>
<i id="bar" class="fas fa-outdent"></i>
</div>
</section>
<section id="page-header" class="blog-header">
<h2>#readmore</h2>
<p>Read what our sellers feel about LinkStore! </p>
</section>
<section id="blog">
<div class="blog-box">
<div class="blog-image">
<h1>13/01</h1>
<img src="img/blog/b1.jpg" alt="">
</div>
<div class="blog-details">
<h4>The Jewel Store</h4>
<p>Wearing Alexander Calder’s jewelry to a party once marked a woman as an art world insider. “It was a something of a cult to wear Calder’s jewelry in the thirties and forties,” says Mark Rosenthal, who helped curate the exhibit Calder Jewelry in 2008.
It didn’t cost much to wear this hipster badge. Marion Willard sold Calder’s jewelry in her midtown Manhattan gallery for $5 to $25 a piece. Similar pieces now sell for $150,000 to $500,000.
Calder began making jewelry for his sister’s dolls at age 6 and, for the rest of his life, carried pliers and bits of wire in his pockets. As he once put it: “I think best in wire.”
Making jewelry became a way for Calder to work out ideas for large-scale pieces and support his family while he got established as a sculptor. The first time his jewelry was exhibited, in 1929, it was right beside his paintings and sculpture.
</p>
</div>
</div>
<div class="blog-box">
<div class="blog-image">
<h1>13/02</h1>
<img src="img/blog/b2.jpg" alt="">
</div>
<div class="blog-details">
<h4>Taira Bags</h4>
<p>Diversity isn’t just a buzz word; it’s a business policy that pays off.
According to an article from Entrepreneur, diversity helps attract more talent,
different experiences lead to more innovation, diverse thoughts increase customer satisfaction, and a
diverse team resonates with customers and investors. Diversity doesn’t usually happen by accident; you
have to strive for it. While quotas may not be the way to go (e.g., mandating that a
certain percentage of the staff be women), keeping an open mind in hiring and promotion can create
diversity.</p>
</div>
</div>
<div class="blog-box">
<div class="blog-image">
<h1>13/03</h1>
<img src="img/blog/photo-1448932223592-d1fc686e76ea.avif" alt="">
</div>
<div class="blog-details">
<h4>CAPtain</h4>
<p>Do you tend to panic about a lack of business at a certain point during the year? Do you always feel
like you’ll never get enough bookings for the fall? I know several independent professionals who feel
like this:
a professional photographer who always worries in late summer that there won’t be enough bookings </p>
</div>
</div>
<div class="blog-box">
<div class="blog-image">
<h1>13/04</h1>
<img src="img/blog/photo-1453928582365-b6ad33cbcf64.avif" alt="">
</div>
<div class="blog-details">
<h4>Keychain junction</h4>
<p>Learn how to start, run, grow, and manage your business from the ground up on the CorpNet blog.
CorpNet Founder and CEO, Nellie Akalp shares industry insight that covers
everything from legal entity basics to step-by-step guides for starting, running, growing, and
managing your businesses in all industries. Get inspired and turn those business dreams into reality
on the CorpNet.com blog.
You’ll see they provide content for existing and new businesses. You’ll find a mix of content on their
site for both, as they really work hard at making sure their clients are protected both at business
startup and throughout the lifecycle of their business ownership.</p>
</div>
</div>
</section>
<section id="newsletter" class="section-p1 section-m1">
<div class="newstext">
<h4>Sign Up For Newsletter</h4>
<p>Get E-Mail updates about our latest shop and <span>special offers.</span></p>
</div>
<form action="">
<input type="text" class="email" name="email" placeholder="Your email address" required>
<button class="normal1"> Sign Up</button>
</form>
</section>
<footer class="section-p1">
<div class="col">
<a href="#" class="logo">LinkStore</a>
<h4>Contact</h4>
<p><strong>Address: </strong>562 Wellington Road, Street 32, Bangalore</p>
<p><strong>Phone: </strong>+91 7977170997/022 2266 1014</p>
<p><strong>Hours: </strong>10:00-18:00 ,Mon-Sat</p>
<div class="follow">
<h4>Follow us</h4>
<div class="icon">
<i class="fab fa-instagram"><a href ="https://instagram.com/lili_origin?igshid=YmMyMTA2M2Y"></a></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-pinterest-p"><a href="https://pin.it/1c5tqBh"></a></i>
</div>
</div>
</div>
<div class="col">
<h4>About Us</h4>
<a href="#">About Us</a>
<a href="#">Privacy Policy</a>
<a href="#">Terms & Conditons</a>
<a href="#">Contact Us</a>
</div>
<div class="col">
<h4>My Account</h4>
<a href="#">Sign In</a>
<a href="#">View Cart</a>
<a href="#">My Wishlist</a>
<a href="#">Help</a>
</div>
<div>
<p>Secured Payment Gateways</p>
<img src="img/pay/pay.png" alt="">
</div>
</footer>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"></script>
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<script type="text/javascript">
(function(){
emailjs.init("0_DAC2LW6KGFh4TyB")
})();
</script>
<script src="index.js"></script>
</body>
</html>