-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (86 loc) · 3.09 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="style.css" rel="stylesheet" />
<title>GridFlexboxChallengeTestss</title>
</head>
<body>
<div class="container">
<div class="vertical-top-left-corner-element">01</div>
<div class="page-title">
<h1 class="page-title-text">
Characteristics <br />
and persona
</h1>
</div>
<div class="branding-definition">
<h1 class="branding-definition-text">
Branding is not limited to logo, designs and <br />
company color palette.It also includes every part <br />
that completes business from color combinations <br />
and typography style to packaging of products
</h1>
</div>
<div class="platora-logo-green-background">
<div class="platora-logo-green-background-container">
<img
class="platora-logo-green-background-logo"
src="./images/platora-white-logo.png"
alt="platora-logo-with-green-background"
/><img />
<h1 class="platora-logo-green-background-text">Platora</h1>
</div>
</div>
<div class="vertical-middle-element">
<div class="vertical-middle-element-container">
<div class="vertical-middle-element-line"></div>
<div class="vertical-middle-element-text">Branding</div>
<div class="vertical-middle-element-text-green-square"></div>
</div>
</div>
<div class="platora-logo-white-background">
<div class="platora-logo-white-background-container">
<img
class="platora-logo-white-background-logo"
src="./images/platora-logo-green.png"
alt="platora-logo-with-white-background"
/><img />
<h1 class="platora-logo-white-background-title">Platora</h1>
</div>
<div class="platora-logo-white-background-text-container">
<p class="platora-logo-white-background-text">
With Platora users will receive information <br />
on foreign exchange rates see bank <br />
that offer the best exchange rate
</p>
</div>
</div>
<div class="colours">
<div class="colours-container">
<div class="colours-title">
<h1 class="colours-title-text">Colours</h1>
</div>
<div class="colours-circles">
<class class="circle circle--green"></class>
<div class="circle circle--black"></div>
<div class="circle circle--grey"></div>
<div class="circle circle--white"></div>
</div>
</div>
</div>
<div class="fonts">
<div class="fonts-container">
<div class="fonts-title">
<h1>Fonts</h1>
<class class="font-types">
<h4 class="good-sans-font">GTF Good Sans</h4>
<h4 class="baukasten-font">Baukasten</h4>
</class>
</div>
</div>
</div>
</div>
</body>
</html>