-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog__design.html
183 lines (183 loc) · 7.81 KB
/
blog__design.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
<!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="fons/style.css">
<link rel="stylesheet" href="css/blog__design.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">
<p class="prof__title">Technology, Interface Design</p>
<div class="design_text title_text">
<p>Using UX Design to Build a Sustainable Future</p>
</div>
<div class="design__text date-comments">
<p>6 May, 2020</p>
<p><a href="#comments"><img src="/img/blog/blog__design/Icon color.svg" alt="">8 comments</a></p>
</div>
</section>
<section class="design__img">
<img src="/img/blog/blog__design/Img 01.png" alt="">
</section>
<section class="description__container">
<div class="writer__social">
<a href=""><span class="icon-Fb"></span></a>
<a href=""><span class="icon-li"></span></a>
<a href=""><span class="icon-Tw"></span></a>
<a href=""><span class="icon-dr"></span></a>
</div>
<div class="block__descript">
<div class="description__writer">
<div class="writer__foto"><img src="/img/blog/blog__design/Img 02.png" alt=""></div>
<div class="writer__name">Monica Geller</div>
</div>
<div class="description__info">
<div class="writer__info-social">
<div class="writer__info">
<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.
Overwhelming evidence points to the fact that we have about a decade to combat
climate change caused by human activity before irreversible damage is caused.
It is the biggest crisis of our generation.</p>
<p>What Can UX Designers Do?</p>
<p>Firstly, on a broader scale, influence is held by people who work in tech, economically,
socially and politically. People follow and listen to what happens in the world of tech.
We need to take advantage of this to highlight important issues and create awareness
around the environmental impact of tech. </p>
</div>
</div>
<div class="writer__quote-line">
<div class="writer__line">
<span></span>
</div>
<div class="writer__quote">
<p>“UX designers are in a unique position to create tools with sustainability at their heart by streamlining user workflows, minimizing information overload,
and removing potential distractions that keep users from accomplishing tasks they set out to do.”</p>
<p>‘Designing For Sustainability, Tim Frick, 2014'</p>
</div>
</div>
<div class="writer__ask">
<p> Most of the Internet is unsustainable, so there is an opportunity to make a very real and
lasting impact through our work. The following are some ideas
for ways in which UX designers can play their part in managing this global crisis.
</p>
<nav>
<li>Ask if the product is solving a real-world problem?</li>
<li>Use content strategy to offer choices to customers choices.</li>
<li>When considering fonts, stick to two font types and reduce the typeface.</li>
</nav>
<div class="tag">
<p>Tags:</p>
<span>Technology, Interface Design, Visual Design</span>
</div>
</div>
</div>
</div>
</section>
<div class="form">
<form action="#" id="form" class="form__body">
<h6 class="form__title">Leave a Reply</h6>
<p>Required fields are marked *</p>
<div class="form__name">
<div class="form__item">
<label for="formName" class="form__label">Name*</label>
<input id="formName" type="text" placeholder="Walter Moss" name="name" class="form__input _req">
</div>
<div class="form__item">
<label for="formEmail" class="form__label">E-mail*</label>
<input id="formEmail" type="text" placeholder="[email protected]" name="Email" class="form__input _req _email">
</div>
<div class="form__item">
<label for="Website" class="form__label">Website</label>
<input id="Website" type="text" placeholder="www.manifest.com" name="Website" class="form__input ">
</div>
</div>
<div class="form__checkbox">
<div class="checkbox">
<input id="formAgreement" checked type="checkbox" name="agreement" class="checkbox__input">
<label for="formAgreement" class="checkbox__label"><span>Save my name, email, and website in this browser for the next time I comment</span></label>
</div>
</div>
<div class="form__comment">
<label for="comment" class="form__label">Comment*</label>
<input id="comment" type="text" placeholder="Hi there ..." name="Website" class="form__input _req">
</div>
<button type="submit" class="form__button">Post</button>
</form>
<div class="container__comments" id="comments">
<div class="comments_title">
<p>Comments</p>
</div>
<div class="visible__comments">
<div class="comments__foto">
<img src="/img/blog/comment/Img 03.png" alt="">
</div>
<div class="comment__info">
<div class="comment__name-date">
<p>Scarlet withch</p>
<span>6 May, 2020</span>
</div>
<div class="comment__info-text">
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit,
sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>
</div>
</div>
</div>
</div>
</div>
<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/valid.js"></script>
<script src="js/script.js"></script>
</body>
</html>