-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
192 lines (192 loc) · 7.21 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Red+Hat+Display:wght@300;400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="stylesheet" href="css/blog.css">
<title>Homework19</title>
</head>
<body>
<div class="wrapper">
<header class="header">
<div class="header__container">
<a href="" class="header__logo"><img src="/img/Logo.svg" alt=""></a>
<div class="header__menu menu">
<div class="menu__icon">
<span></span>
</div>
<nav class="menu__body">
<ul class="menu__list">
<li><a data-goto=".page__section_1" href="/home.html" class="menu__link">HOME</a></li>
<li><a data-goto=".page__section_2" href="/about.html" class="menu__link">ABOUT</a></li>
<li><a data-goto=".page__section_3" href="/works.html" class="menu__link">WORKS</a></li>
<li><a data-goto=".page__section_2" href="/blog.html" class="menu__link">BLOG</a></li>
<li><a data-goto=".page__section_3" href="/contact__us.html" class="menu__link">CONTACT</a></li>
</ul>
</nav>
<form id="form__search" action="">
<input id="search" type="search">
<button class="search__btn"><i class="fa fa-search"></i></button>
</form>
</div>
</div>
</header>
<section class="title__info">
<div class="manifest_text title_text">
<p>Blog</p>
</div>
</section>
<section class="side__card">
<div id="slider">
<input type="radio" name="slider" id="slide1" checked>
<input type="radio" name="slider" id="slide2">
<input type="radio" name="slider" id="slide3">
<div id="slides">
<div id="overflow">
<div class="inner">
<div class="slide slide_1">
<img src="/img/blog/slider_2/Img 01.png" alt="">
<div class="slide-content">
<p>Technology, Interface Design</p>
<h4>Using UX Design to Build a Sustainable Future</h2>
<p>6 May, 2020</p>
<p>Transformation has to be driven by everybody,
not just by climate groups, and we have a responsibility
to use our influence to drive this. <a href="/blog__design.html"><img src="/img/Arrow 1.svg" alt=""></a> </p>
</div>
</div>
<div class="slide slide_2">
<img src="/img/blog/slider_2/Img 01.png" alt="">
<div class="slide-content">
<p>Technology, Interface Design</p>
<h4>Using UX Design to Build a Sustainable Future</h2>
<p>6 May, 2020</p>
<p>Transformation has to be driven by everybody,
not just by climate groups, and we have a responsibility
to use our influence to drive this. <a href="/blog__design.html"><img src="/img/Arrow 1.svg" alt=""></a> </p>
</div>
</div>
<div class="slide slide_3">
<img src="/img/blog/slider_2/Img 01.png" alt="">
<div class="slide-content">
<p>Technology, Interface Design</p>
<h4>Using UX Design to Build a Sustainable Future</h2>
<p>6 May, 2020</p>
<p>Transformation has to be driven by everybody,
not just by climate groups, and we have a responsibility
to use our influence to drive this. <a href="/blog__design.html"><img src="/img/Arrow 1.svg" alt=""></a> </p>
</div>
</div>
</div>
</div>
</div>
<div id="bullets">
<label for="slide1">1</label>
<label for="slide2">2</label>
<label for="slide3">3</label>
</div>
</div>
</section>
<section class="categories">
<p>Categories:</p>
<select name="categories" class="select" placeholder="Interaction Design">
<option selected>Interaction Design</option>
<option >two</option>
<option >three</option>
<option >four</option>
<option >five</option>
<option >six</option>
<option >seven </option>
<option >eight</option>
<option >nine</option>
<option >ten</option>
</select>
</section>
<section class="block__posts">
<div class="container__post first">
<div class="post__img">
<img src="/img/blog/post/1.png" alt="">
</div>
<div class="text__date">
<p>Interface Design</p>
<p>8 June, 2020</p>
</div>
<div class="posts__info">
<h5>UX traffic light colours</h5>
<p>UI has to make a huge visual difference between warning, an alert and a success.</p>
</div>
</div>
<div class="container__post second">
<div class="post__img">
<img src="/img/blog/post/2.png" alt="">
</div>
<div class="text__date">
<p>Visual Design, Technology</p>
<p>8 June, 2020</p>
</div>
<div class="posts__info">
<h5>Understanding users by going beyond personas, demographics, and affinity groups</h5>
<p>Personas are great for ‘humanizing’ users. However, you shouldn’t rely on them to define what larger
demographic or affinity groups—especially diverse ones—might want.</p>
</div>
</div>
<div class="container__post third">
<div class="post__img">
<img src="/img/blog/post/3.png" alt="">
</div>
<div class="text__date">
<p>Interface Design</p>
<p>8 June, 2020</p>
</div>
<div class="posts__info">
<h5>Mentorship Match — How a simple LinkedIn feature can boost diversity</h5>
<p>LinkedIn is on a clear mission to make professionals more successful by connecting the global
workforce and as we learned — diversity and success go hand in hand</p>
</div>
</div>
<div class="container__post fourth">
<div class="post__img">
<img src="/img/blog/post/4.png" alt="">
</div>
<div class="text__date">
<p>Visual Design</p>
<p>8 June, 2020</p>
</div>
<div class="posts__info">
<h5>Creativity vs. UX</h5>
<p>Is it possible to create a delightful user experience without following best UX practices?</p>
</div>
</div>
<div class="posts__button">
<button class="posts__btn" type="button">Load More</button>
</div>
</section>
<footer class="footer">
<div class="footer__container">
<div class="contact__info">
<h5>Need a project?</h5>
<a href="tel:(239) 555-0108">(239) 555-0108</a>
<br>
<a href="mailto:[email protected]">[email protected]</a>
</div>
<div class="block__link">
<nav class="navigation__link">
<li><a href="/404.html">Facebook</a></li>
<li><a href="/404.html">Instagram</a></li>
<li><a href="/404.html">Dribbble</a></li>
<li><a href="/404.html">Linkedin</a></li>
</nav>
</div>
<div class="copyright__info">
<p>© Copyright Manifest Theme. Allrights reserved</p>
</div>
</div>
</footer>
</div>
<script src="js/script.js"></script>
</body>
</html>