-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
123 lines (120 loc) · 5.41 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
<link rel="stylesheet" href="/CSS/style.css" />
<title>About Crisp</title>
</head>
<body>
<header class="header active">
<div class="social_media">
<ul class="media-nav d-flex flex-center">
<li class="media_link"><a href="#"><i class="fa fa-facebook"></i></a></li>
<li class="media_link"><a href="https://twitter.com/JosKalenda"><i class="fa fa-twitter"></i></a></li>
<li class="media_link"><a href="#">English</a></li>
<li class="media_link"><a href="#">My page</a></li>
<li class="media_link"><a href="#">Logout</a></li>
</ul>
</div>
<a href="index.html" class="logo">
<img class="logo--img" src="./assets/icons/crisp3-removebg-preview.png" alt="logo image">
</a>
<nav class="nav--menu">
<ul class="nav--link">
<li class="nav--items light"><a href="./about.html">About Us</a></li>
<li class="nav--items"><a href="./index.html">Home</a></li>
<li class="nav--items"><a href="#hire">Careers</a></li>
<li class="nav--items"><a href="#">Resources</a></li>
<li class="nav--items"><a href="#">Sign up</a></li>
</ul>
</nav>
<span class= "nav-humburger" id="humburger"><i class="fa humburger fa-bars"></i></span>
</header>
<main class="main">
<section class="about--section">
<div class="main--header">
<h2>"Hello! Sharing world"</h2>
<h1>ACTOR RISK INTELLIGENT FOR TODAY'S GLOBAL ENTREPRISES</h1>
</div>
<div class="about--description">
<h3>Our experts gather intelligence "from the outside in" across the surface, deep and dark web. We're policy aware, but not policy driven, so we can deliver the early-warning advantage Trust & Safety teams need over the individuals and groups who are planning to spread illegal and harmful content on platforms.
Crisp protects the world from online exploitation, lies, threats, abuse and hate.
our actor intelligent graph has redefined the way companies indentify and mitigate risks.
</h3>
</div>
<div class="info">
<h3>risp needs the contact information you provide to us to contact you about our products and services. You may unsubscribe from these communications at anytime.</h3>
<a href="#" class="mail">crisptech@ca.gmail.com</a>
</div>
<div class="info2">
<h2>Software and Product Developement Services</h2>
<h3>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quos nobis repudiandae libero quo beatae voluptates nulla sunt deleniti, doloremque sapiente!</h3>
</div>
<div class="main--logo">
<img src="/assets/icons/crisp3png" alt="logo">
</div>
<p class="line"></p>
</section>
<section id="hire" class="careers--section">
<h2>Carees at Crisp</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Expedita sequi repudiandae sed error iste voluptates magni nam laborum enim deserunt.</p>
<ul class="careers--container">
<li class="careers">
<img src="/assets/backgrd/picture1.jpg" alt="team">
<div class="div">
<p>Team Work</p>
<span class="cover--color"></span>
</div>
</li>
<li class="careers">
<img src="/assets/backgrd/picture2.jpeg" alt="soft skills image">
<div class="div">
<p>Soft Skills</p>
<span class="cover--color"></span>
</div>
</li>
</ul>
</section>
<section class="client--section">
<h2>Partner</h2>
<ul class="client--container">
<li class="client">
<img src="assets/icons/logo5.png" alt="image icon">
</li>
<li class="client">
<img src="assets/icons/logo4.png" alt="image-icon">
</li>
<li class="client">
<img src="assets/icons/logo2.png" alt="image-icon">
</li>
<li class="client">
<img src="assets/icons/logo7.png" alt="image-icon">
</li>
</ul>
</section>
</main>
<footer class="footer">
<img src="assets/icons/crisp3png" alt="logo page">
<p>© 2021. Crisp Thinking Group Limited. All Rights Reserved.</p>
</footer>
<div class="nav-overlay off-display">
<div class="nav-mobile-container">
<div class="xicon-image"><img src="/assets/icons/X.svg" alt="Exit Icon"></div>
<ul class="overlay-menu d-flex">
<li class="overlay-link"><a href="#">Referals</a></li>
<li class="overlay-link"><a href="index.html">Home </a></li>
<li class="overlay-link"><a href="#">Techical Supports</a></li>
<li class="overlay-link"><a href="#">Appointement</a></li>
<li class="overlay-link Active"><a href="about.html">About Us</a></li>
</ul>
</div>
</div>
<!-- <script src="/JS/script.js"></script>
<script src="/JS/menu.js"></script> -->
<script src="/JS/script.js"></script>
<script src="/JS/menu.js"></script>
</body>
</html>