-
Notifications
You must be signed in to change notification settings - Fork 1
/
landingpage.html
27 lines (23 loc) · 955 Bytes
/
landingpage.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
<!DOCTYPE html>
<html>
<head>
<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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="landinpage.css">
</head>
<body>
<div class = "talentconsulting-container">
<div class="talentconsulting-left">
<div class="talentconsulting-title">
<p class="title-talent">Talent consulting</p></div>
<div class="flex-item">Flex Item 2</div>
</div>
<div class="talentconsulting-right">
<div class="image-1">
<img src="images/talentconsulting.jpg">
</div>
</div>
</div>
</body>
</html>