-
Notifications
You must be signed in to change notification settings - Fork 0
/
uxui.html
79 lines (77 loc) · 3.04 KB
/
uxui.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8"/>
<title>DameDucharme Design </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<link href="css/uxui.css" type="text/css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Karma' rel='stylesheet'>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
</head>
<body>
<header class="grid">
<h1>DameDucharme Design</h1>
<nav>
<a href="index.html">Home</a>
<a href="about.html">About</a>
</nav>
</header>
<div class="hero-image"><img src="images/desktop.png" alt="HeroImg" width="100%" max-height="100%"></div>
<div class="hero-text">
<h1 style="font-size:50px">Work Process</h1>
<p>"Beauty happens with code not by chance."</p>
<p>We employ creative tools, code and online branding knowledge to build elegant solutions for our clients.</p>
</div>
</div>
<h2 style="text-align:center">Work Process</h2>
<div class="row">
<div class="column">
<div class="card">
<img src="/images/user.jpeg" alt="User" style="width:100%">
<div class="container">
<h2>User Research</h2>
<p>We understand users needs and we provide meaningful experiences.</p>
<p><button class="button">Case study</button></p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="/images/interface.jpeg" alt="Mike" style="width:100%">
<div class="container">
<h2>User Interface</h2>
<p>We create interfaces which users find pleasurable and easy to use.</p>
<p><button class="button">Case study</button></p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="/images/web.jpeg" alt="John" style="width:100%">
<div class="container">
<h2>Web Development</h2>
<p>We build and maintain websites that look great with a seamless user experience.</p>
<p><button class="button">Case study</button></p>
</div>
</div>
</div>
</div>
<div class="imgProfit">
<div><img src="./images/AirGuatemala.png" alt="Air Guatemala" width="100%" max-height="100%"></div>
</div>
<div class="imgSolvent">
<div><img src="./images/Solvent.png" alt="Solvent App" width="100%" max-height="100%"></div>
</div>
<footer class="footer">
<div>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
<a href="https://acrobat.adobe.com/link/review?uri=urn:aaid:scds:US:46af4e59-83bc-38b5-815b-1905554893f2">Resume</a>
<p> © DameDucharme Design 2023</p>
</div>
</footer>
</body>
</html>