Skip to content

Commit 6d48d25

Browse files
committed
populated video section
1 parent c03565d commit 6d48d25

File tree

4 files changed

+26
-29
lines changed

4 files changed

+26
-29
lines changed

components/Header.tsx

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@ export function Header(props: Headerprops) {
4444
Testimonials
4545
</Link>
4646
<Link
47-
href="https://intelowlproject.github.io/site/"
48-
className="text-white font-SpaceGrotesk font-light text-right -ml-2 invisible md:visible"
47+
href={"/blogs"}
48+
className="text-white font-SpaceGrotesk font-light text-center collapse md:visible"
4949
>
50-
Sponsors
50+
Blogs
5151
</Link>
5252
<Link
53-
href={"/blogs"}
53+
href="https://opencollective.com/intelowl-project/donate"
5454
className="text-white font-SpaceGrotesk font-light text-center collapse md:visible"
5555
>
56-
Blogs
56+
Donate
5757
</Link>
5858
<span className="flex flex-row justify-center space-x-2 mr-5">
5959
<Link href={"https://github.com/intelowlproject"}>
@@ -96,7 +96,6 @@ export function Header(props: Headerprops) {
9696
alt="intelowl logo"
9797
></img>
9898
</Link>
99-
10099
<Link
101100
href="#feature-section"
102101
onClick={handleScroll}
@@ -112,17 +111,16 @@ export function Header(props: Headerprops) {
112111
Testimonials
113112
</Link>
114113
<Link
115-
href="#sponsor-section"
116-
onClick={handleScroll}
117-
className="text-white font-SpaceGrotesk font-light text-right -ml-2 invisible md:visible"
114+
href="/blogs"
115+
className="text-white font-SpaceGrotesk font-light text-center collapse md:visible"
118116
>
119-
Sponsors
117+
Blogs
120118
</Link>
121119
<Link
122-
href="/blogs"
120+
href="https://opencollective.com/intelowl-project/donate"
123121
className="text-white font-SpaceGrotesk font-light text-center collapse md:visible"
124122
>
125-
Blogs
123+
Donate
126124
</Link>
127125
<span className="flex flex-row justify-center space-x-2 mr-5">
128126
<Link href={"https://github.com/intelowlproject"}>

components/Slider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { TestimonialData } from "../constants/testimonialsdata";
44
import { Sponsordata } from "../constants/sponsordata";
55
import { useEffect } from "react";
66
import Swiper from "swiper";
7-
import Image from "next/image";
7+
import Link from "next/link";
88

99
interface sliderProps {
1010
isTestimonial: boolean;

components/sections/VideoSection.tsx

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,21 @@ export default function VideoSection() {
88
className="flex flex-col w-full md:h-2/5 items-center justify-center -mt-12"
99
>
1010
<h2 className="text-center text-2xl text-white md:text-5xl xl:text-6xl leading-snug lg:leading-snug xl:leading-snug font-SpaceGrotesk font-semibold ">
11-
The OSINT Solution for
11+
Your Open Source Solution for your day-to-day activities.
1212
</h2>
1313
<h3 className="text-center md:w-2/3 mx-6 text-white text-lg md:text-2xl lg:text-2xl xl:text-3xl leading-snug lg:leading-snug xl:leading-snug font-SpaceGrotesk font-light opacity-70 mt-2">
14-
getting threat intelligence data about a malware/IP/domain with
15-
single API request.(need new content here)
14+
<br/>
15+
Threat Hunting, SOC operations, Incident Response, Threat Intelligence, Vulnerability Management, etc... <br/> We got you covered. You can adapt the application to your specific use cases.
1616
</h3>
1717
</div>
1818
</div>
19-
<div id="video" className="w-4/5 md:h-3/5 rounded-3xl mt-12">
20-
<a
21-
className="rounded-3xl"
22-
href="https://asciinema.org/a/377595"
23-
target="_blank"
24-
>
25-
<img src="https://asciinema.org/a/377595.svg" alt="demo-vid" />
26-
</a>
19+
<div id="video" className="w-4/5 md:h-3/5 rounded-3xl mt-12" style={{alignItems:'center', justifyContent: 'center'}}>
20+
<iframe
21+
className="rounded-3xl"
22+
width={1000}
23+
height={700}
24+
src="https://www.youtube.com/embed/pHnh3qTzSeM">
25+
</iframe>
2726
</div>
2827
</>
2928
);

constants/sponsordata.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,28 @@ export const Sponsordata = [
1010
companyname: "The Honeynet Project",
1111
companylevel: "🥇 GOLD",
1212
companylogo: "images/honeynet_logo.png",
13-
companylink: "https://certego.net/?utm_source=intelowl",
14-
companydesc: "[The Honeynet Project](https://www.honeynet.org) is a non-profit organization working on creating open source cyber security tools and sharing knowledge about cyber threats."
13+
companylink: "https://www.honeynet.org/?utm_source=intelowl",
14+
companydesc: "The Honeynet Project is a non-profit organization working on creating open source cyber security tools and sharing knowledge about cyber threats."
1515
},
1616
{
1717
companyname: "Google Summer of Code",
1818
companylevel: "🥇 GOLD",
1919
companylogo: "images/gsoc_logo.png",
20-
companylink: "https://certego.net/?utm_source=intelowl",
20+
companylink: "https://summerofcode.withgoogle.com/",
2121
companydesc: "Google Summer of Code is a global, online program focused on bringing new contributors into open source software development. GSoC Contributors work with an open source organization on a 12+ week programming project under the guidance of mentors."
2222
},
2323
{
2424
companyname: "ThreatHunter.ai",
2525
companylevel: "🥈 SILVER",
2626
companylogo: "images/threathunter_logo.png",
27-
companylink: "https://certego.net/?utm_source=intelowl",
27+
companylink: "https://threathunter.ai?utm_source=intelowl",
2828
companydesc: "ThreatHunter.ai®, is a 100% Service-Disabled Veteran-Owned Small Business started in 2007 under the name Milton Security Group. ThreatHunter.ai is the global leader in Dynamic Threat Hunting. Operating a true 24x7x365 Security Operation Center with AI/ML-enhanced human Threat Hunters, ThreatHunter.ai has changed the industry in how threats are found, and mitigated in real time. For over 15 years, our teams of Threat Hunters have stopped hundreds of thousands of threats and assisted organizations in defending against threat actors around the clock."
2929
},
3030
{
3131
companyname: "Docker",
3232
companylevel: "🥉 BRONZE",
3333
companylogo: "images/docker_logo.png",
34-
companylink: "https://certego.net/?utm_source=intelowl",
34+
companylink: "https://hub.docker.com/search?q=intelowlproject",
3535
companydesc: "In 2021 IntelOwl joined the official Docker Open Source Program. This allows IntelOwl developers to easily manage Docker images and focus on writing the code."
3636
},
3737

0 commit comments

Comments
 (0)