-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
156 lines (146 loc) · 4.71 KB
/
index.html
File metadata and controls
156 lines (146 loc) · 4.71 KB
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
---
layout: frontpage
title: SensorFu - Let's get back to basics!
description: SensorFu brings proactive confidence to mission-critical OT systems across all industries.
preload_image: /assets/img/earth-banner4.jpg
---
<div class="hero front-hero2">
<div class="container-xl">
<div class="hero-content">
<h1>Cybersecurity starts with the fundamentals</h1>
<p class="lead">
The security and operation of cyber-physical systems depend on a strong
foundation of network segmentation. In mission-critical environments,
you must continuously verify - 24/7 - that your segmentation is in place
and stays effective. This is what SensorFu Beacon delivers. Let’s get
back to basics!
</p>
<div>
<a class="btn btn-gradient" href="/beacon.html">Learn more →</a>
</div>
</div>
</div>
</div>
{% include reference-carousel.html %}
<div class="container-xl my-5 py-2 px-4">
<h1 class="text-center p-md-4">
SensorFu brings proactive confidence to mission-critical OT & IT systems across
all industries
</h1>
<div class="industry-cards p-4">
<div class="industry-card">
<div class="img-container">
<img
src="/assets/img/industry-icons/manufacturing.svg"
alt="Manufacturing icon"
/>
</div>
<h3 class="p-2 text-center">Manufacturing</h3>
</div>
<div class="industry-card">
<div class="img-container">
<img
src="/assets/img/industry-icons/energy.svg"
alt="Energy and utilities icon"
/>
</div>
<h3 class="p-2 text-center">Energy and utilities</h3>
</div>
<div class="industry-card">
<div class="img-container">
<img
src="/assets/img/industry-icons/transport.svg"
alt="Transportation icon"
/>
</div>
<h3 class="p-2 text-center">Transportation</h3>
</div>
<div class="industry-card">
<div class="img-container">
<img
src="/assets/img/industry-icons/other.svg"
alt="Other industries icon"
/>
</div>
<h3 class="p-2 text-center">Other industries</h3>
</div>
</div>
</div>
<div class="hero front-beacon-hero mt-">
<div class="container-xl">
<div class="hero-content">
<img src="/assets/img/beacon-by-sensorfu.svg" alt="Beacon By SensorFu" />
<p class="lead">
Designed for customers who depend on network segmentation
</p>
<div>
<a class="btn btn-gradient" href="/beacon.html">Learn more →</a>
</div>
</div>
</div>
</div>
<div class="bg-gray py-5 px-2 px-md-4">
<div class="container-xl py-4">
<h1>Latest articles</h1>
<p>Don’t miss out on SensorFu’s happenings and blog posts!</p>
<div class="posts-container pt-4">
{% for post in site.posts limit:3 %}
<div class="post-card">
<div class="post-header">
{% if post.tags and post.tags != empty %}
<div class="post-tags">
{% for tag in post.tags %}
<span class="post-tag">{{ tag }}</span>
{% endfor %}
</div>
{% elsif post.categories and post.categories != empty %}
<div class="post-tags">
<span class="post-tag">{{ post.categories | first }}</span>
</div>
{% endif %}
<h4 class="post-title">{{ post.title }}</h4>
</div>
<div class="card-body py-4">
<div class="post-excerpt">
<span class="post-date"
>{{ post.date | date: "%B %-d, %Y" }} -
</span>
{{ post.excerpt }}
</div>
<a class="post-link" href="{{ post.url }}">Read more →</a>
</div>
</div>
{% endfor %}
</div>
<div class="p-5">
<a href="resources.html#blogs">Blogs</a> |
<a href="resources.html#whitepapers">Whitepapers</a>
</div>
</div>
</div>
<div class="bg-gray py-4">
<div class="container-xl px-0">
<div class="row g-0 video-section mb-4">
<div class="col-md-8 bg-container order-sm-last">
<img src="/assets/img/video-banner.jpg" alt="Video Banner" />
<div class="gradient-overlay"></div>
</div>
<div class="col-md-4 text-container py-4">
<h2 class="pt-4">Real stories on securing OT networks!</h2>
<p class="py-2">Check our videos on Youtube</p>
<a
href="https://www.youtube.com/@sensorfu"
rel="noreferer noopener"
target="_blank"
>
<img
src="assets/img/social-icons/youtube.svg"
alt="YouTube"
class="py-1"
/>
<span class="py-3">@sensorFu →</span>
</a>
</div>
</div>
</div>
</div>