forked from CirroCloudLtd/CMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
201 lines (196 loc) · 6.02 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CirroCloud Solutions</title>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Jost:wght@400;500&display=swap"
/>
<!-- font-awesome -->
<link
rel="stylesheet"
href="./fontawesome-free-6.3.0-web/css/all.min.css"
/>
<!-- css -->
<link rel="stylesheet" href="./css/blog.css" />
<link rel="icon" href="favicon.png" type="image/png" />
<link rel="stylesheet" href="jamie/jamie.css" />
<!-- jamie external css link add to every page for the footer and navigation-->
</head>
<body>
<!-- container -->
<!-- end of container -->
<!-- navbar -->
<nav class="nav" id="nav">
<div class="nav-center">
<!-- nav header -->
<div class="nav-header">
<a href="index">
<img
src="./images/logo_no_slogan.svg"
class="nav-logo"
alt="nav logo"
height="60"
/>
</a>
<button class="nav-btn" id="nav-btn">
<i class="fas fa-bars"></i>
</button>
</div>
<!-- nav-links -->
<ul class="nav-links">
<li>
<a href="index">home</a>
</li>
<li>
<a href="about">about us</a>
</li>
<li class="dropdown">
<a href="services.html" class="dropbtn">services</a>
<div class="dropdown-content">
<a href="digital.html">Digital Transformation</a>
<a href="modern.html">Modern Workplace</a>
<a href="adoption.html">Adoption And Change Management</a>
<a href="business.html">Business Applications</a>
<a href="training.html">Training</a>
<a href="efris.html">Application Integration With Efris</a>
<a href="support.html">Support And Maintainanc</a>
<a href="data.html">Data Visualisation</a>
</div>
</li>
<li class="dropdown">
<a href="products.html" class="dropbtn">Products</a>
<div class="dropdown-content">
<a href="office.html">Microsoft Office 365</a>
<a href="nav.html">Dynamic 365/Nav</a>
<a href="efris.html">Efris Intergrations</a>
<a href="azure.html">Microsoft Azure</a>
<a href="power.html">Power Platform</a>
<!-- <a href="adoption.html">Products</a> -->
</div>
</li>
<li>
<a href="blog" class="active">blog</a>
</li>
<li>
<a href="contact">Contact Us</a>
</li>
</ul>
</div>
</nav>
<!-- end of navbar -->
<!-- sidebar -->
<aside class="sidebar" id="sidebar">
<div>
<button class="close-btn" id="close-btn">
<i class="fas fa-times"></i>
</button>
<!-- nav-links -->
<ul class="sidebar-links">
<li>
<a href="index">home</a>
</li>
<li>
<a href="about">about us</a>
</li>
<li>
<a href="services">services</a>
</li>
<li>
<a href="products">Products</a>
</li>
<li>
<a href="blog">blog</a>
</li>
<li>
<a href="contact">Contact Us</a>
</li>
</ul>
<!-- social icons -->
<ul class="social-icons">
<li>
<a href="https://www.twitter.com" class="social-icon">
<i class="fab fa-facebook"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com" class="social-icon">
<i class="fab fa-linkedin"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com" class="social-icon">
<i class="fab fa-squarespace"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com" class="social-icon">
<i class="fab fa-behance"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com" class="social-icon">
<i class="fab fa-instagram"></i>
</a>
</li>
</ul>
</div>
</aside>
<!-- end of sidebar -->
<!-- blog -->
<section class="section blog">
<button class="create-blog-btn">Create Blog</button>
<div class="blogs">
<div class="filters">
<div class="filters-container">
<!-- search -->
<form class="input-form">
<input type="text" class="search-input" placeholder="search..." />
</form>
<!-- categories -->
<h5>Company</h5>
<article class="companies">
<button class="company-btn">all</button>
<button class="company-btn">ikea</button>
<button class="company-btn">marcos</button>
</article>
<!-- price -->
<h5>Price</h5>
<form class="price-form">
<input
type="range"
class="price-filter"
min="0"
value="50"
max="100"
/>
</form>
<span class="price-value">Value : $80</span>
</div>
</div>
<ul class="blog-list blogs-container"></ul>
</div>
</section>
<!--end of blog -->
<script src="./js/app.js"></script>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-GNHVFN0CGQ"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-GNHVFN0CGQ');
</script>
<script src="js/blog.js"></script>
<script>
blogApp.fetchBlogList();
</script>
</body>
</html>