This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
forked from cassiehumann/uxuihw18
-
Notifications
You must be signed in to change notification settings - Fork 0
/
skills.html
81 lines (68 loc) · 2.5 KB
/
skills.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
!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="./css/skillsstyle.css">
<script src="https://kit.fontawesome.com/70a3dfec4d.js" crossorigin="anonymous"></script>
<title>About Cassie
She/Her/Hers</title>
</head>
<body>
<nav>
<div class="logo">
<hr>
<p><a href="/">CH</a></p>
</div>
<ul class="links">
<li><a href="#">Work</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Connect</a></li>
</ul>
</nav>
<h1 class="text-1 majesty-regular-normal-masala-36px">
>I am a UX/UI designer, with a passion for understanding others’ needs and frustrations in order to create enjoyable
digital experiences. <br />
<br />As a proud INFJ and enneagram type 2, I naturally strive to provide happiness for
those around me, especially in a world embedded with beautful technology. <br /><br />In my free time, I enjoy
creating digital collage art, thrifting, and giving my dog the best life possible. <br />
</h1>
,<div h1 class="right">
<h1 class="title">Skills</h1>
<br>
<h1 class="title">Tools</h1>
</div>
<h1 class="text-1">
User Research<br />Wireframing<br />Rapid Prototyping<br />Usability Testing<br />Data Synthesis <br />Heuristic
Analysis
</h1>
<h1 class="text-1">Figma<br />Adobe XD<br />Adobe Illustrator<br />Miro<br />InVision<br />Trello</h1>
<div className="rectangle-31"></div>;
}
<div class="right"
<footer>
<div class="left">
<a href="mailto:[email protected]">[email protected]</a>
<p><i class="far fa-copyright"></i> 2021 Cassandra Humann.</p>
</div>
<ul class="socialmedia">
<li>
<a href="https://linkedin.com/">
<i class="fab fa-linkedin"></i>
</a>
</li>
<li>
<a href="https://linkedin.com/">
<i class="fab fa-behance-square"></i>
</a>
</li>
<li>
<a href="https://linkedin.com/">
<i class="fab fa-instagram"></i>
</a>
</li>
</ul>
</footer>
</body>
</html>