-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 6b65397
Showing
13 changed files
with
511 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
_site | ||
.sass-cache | ||
.jekyll-cache | ||
.jekyll-metadata | ||
vendor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
source "https://rubygems.org" | ||
|
||
gem "jekyll", "~> 4.0" | ||
gem "minimal-mistakes-jekyll" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
addressable (2.8.7) | ||
public_suffix (>= 2.0.2, < 7.0) | ||
colorator (1.1.0) | ||
concurrent-ruby (1.3.3) | ||
em-websocket (0.5.3) | ||
eventmachine (>= 0.12.9) | ||
http_parser.rb (~> 0) | ||
eventmachine (1.2.7) | ||
faraday (2.10.1) | ||
faraday-net_http (>= 2.0, < 3.2) | ||
logger | ||
faraday-net_http (3.1.1) | ||
net-http | ||
ffi (1.17.0) | ||
forwardable-extended (2.6.0) | ||
google-protobuf (3.25.4-x86_64-linux) | ||
http_parser.rb (0.8.0) | ||
i18n (1.14.5) | ||
concurrent-ruby (~> 1.0) | ||
jekyll (4.3.3) | ||
addressable (~> 2.4) | ||
colorator (~> 1.0) | ||
em-websocket (~> 0.5) | ||
i18n (~> 1.0) | ||
jekyll-sass-converter (>= 2.0, < 4.0) | ||
jekyll-watch (~> 2.0) | ||
kramdown (~> 2.3, >= 2.3.1) | ||
kramdown-parser-gfm (~> 1.0) | ||
liquid (~> 4.0) | ||
mercenary (>= 0.3.6, < 0.5) | ||
pathutil (~> 0.9) | ||
rouge (>= 3.0, < 5.0) | ||
safe_yaml (~> 1.0) | ||
terminal-table (>= 1.8, < 4.0) | ||
webrick (~> 1.7) | ||
jekyll-feed (0.17.0) | ||
jekyll (>= 3.7, < 5.0) | ||
jekyll-gist (1.5.0) | ||
octokit (~> 4.2) | ||
jekyll-include-cache (0.2.1) | ||
jekyll (>= 3.7, < 5.0) | ||
jekyll-paginate (1.1.0) | ||
jekyll-sass-converter (3.0.0) | ||
sass-embedded (~> 1.54) | ||
jekyll-sitemap (1.4.0) | ||
jekyll (>= 3.7, < 5.0) | ||
jekyll-watch (2.2.1) | ||
listen (~> 3.0) | ||
kramdown (2.4.0) | ||
rexml | ||
kramdown-parser-gfm (1.1.0) | ||
kramdown (~> 2.0) | ||
liquid (4.0.4) | ||
listen (3.9.0) | ||
rb-fsevent (~> 0.10, >= 0.10.3) | ||
rb-inotify (~> 0.9, >= 0.9.10) | ||
logger (1.6.0) | ||
mercenary (0.4.0) | ||
minimal-mistakes-jekyll (4.26.2) | ||
jekyll (>= 3.7, < 5.0) | ||
jekyll-feed (~> 0.1) | ||
jekyll-gist (~> 1.5) | ||
jekyll-include-cache (~> 0.1) | ||
jekyll-paginate (~> 1.1) | ||
jekyll-sitemap (~> 1.3) | ||
net-http (0.4.1) | ||
uri | ||
octokit (4.25.1) | ||
faraday (>= 1, < 3) | ||
sawyer (~> 0.9) | ||
pathutil (0.16.2) | ||
forwardable-extended (~> 2.6) | ||
public_suffix (6.0.1) | ||
rake (13.2.1) | ||
rb-fsevent (0.11.2) | ||
rb-inotify (0.11.1) | ||
ffi (~> 1.0) | ||
rexml (3.3.4) | ||
strscan | ||
rouge (4.3.0) | ||
safe_yaml (1.0.5) | ||
sass-embedded (1.69.5) | ||
google-protobuf (~> 3.23) | ||
rake (>= 13.0.0) | ||
sawyer (0.9.2) | ||
addressable (>= 2.3.5) | ||
faraday (>= 0.17.3, < 3) | ||
strscan (3.1.0) | ||
terminal-table (3.0.2) | ||
unicode-display_width (>= 1.1.1, < 3) | ||
unicode-display_width (2.5.0) | ||
uri (0.13.0) | ||
webrick (1.8.1) | ||
|
||
PLATFORMS | ||
x86_64-linux | ||
|
||
DEPENDENCIES | ||
jekyll (~> 4.0) | ||
minimal-mistakes-jekyll | ||
|
||
BUNDLED WITH | ||
2.5.17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
title: CyberPrivacyProtecTech | ||
email: [email protected] | ||
description: >- | ||
Sophisticated Cyber Security Consulting Services | ||
baseurl: "" # Ensure this is empty since you're hosting at the root | ||
url: "https://alexeinazarov.github.io" | ||
lang: fr | ||
theme: "minimal-mistakes-jekyll" | ||
plugins: | ||
- jekyll-feed | ||
- jekyll-sitemap | ||
github_username: alexeinazarov | ||
|
||
google_analytics: G-91WCLQETXM # replace with your GA4 measurement ID | ||
|
||
defaults: | ||
- scope: | ||
path: "" # empty string means all files in the project | ||
type: "pages" | ||
values: | ||
layout: "home" | ||
lang: "fr" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
main: | ||
- title: "Français" | ||
url: "/" | ||
- title: "English" | ||
url: "/index_en/" | ||
- title: "Português" | ||
url: "/index_pt/" | ||
- title: "Contact" | ||
url: "https://www.linkedin.com/in/alexeinazarov" | ||
external: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{% if site.google_analytics %} | ||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
gtag('config', '{{ site.google_analytics }}'); | ||
</script> | ||
{% endif %} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
<!DOCTYPE html> | ||
<html lang="{{ page.lang }}"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>{{ page.title }} | {{ site.title }}</title> | ||
|
||
<!-- SEO Meta Tags --> | ||
<meta name="description" content="Sophisticated Cyber Security Consulting Services in Paris. Offering top-notch data protection, privacy, and consulting solutions tailored to your needs."> | ||
<meta name="keywords" content="cybersecurity, privacy, data protection, consulting, Paris, Alexey Nazarov, CyberPrivacyProtecTech, Cyber, Privacy, ProtecTech, Cyber Privacy, | ||
Cybersecurity certification programs, IoT device security solutions, Cybersecurity training, Risk assessment in cybersecurity, | ||
Network firewall, Information security, Cyber threats, Security software, Security solutions, Vulnerability assessment, Website security, | ||
Cyber safety, Internet security software, Endpoint security, Advanced cybersecurity techniques, Data protection strategies, Digital security consulting services, | ||
Best practices for online privacy, Mobile app security measures, Cutting-edge encryption methods, Top cybersecurity certification programs, IoT device security best practices, | ||
Comprehensive cybersecurity training, In-depth risk assessment in cybersecurity, | ||
Sécurité informatique, Protection des données, Consultation en cybersécurité, Confidentialité en ligne, Sécurité des applications mobiles, | ||
Cryptographie avancée, Programmes de certification en cybersécurité, Solutions de sécurité pour les appareils IoT, Formation en cybersécurité, Évaluation des risques en cybersécurité, | ||
Pare-feu réseau, Sécurité de l'information, Menaces informatiques, Logiciel de sécurité, Solutions de sécurité, Évaluation de vulnérabilité, | ||
Sécurité des sites web, Sécurité en ligne, Logiciels de sécurité internet, Politique de sécurité, | ||
Techniques avancées de cybersécurité, Stratégies de protection des données, Services de consultation en sécurité numérique, Meilleures pratiques pour la confidentialité en ligne, | ||
Mesures de sécurité des applications mobiles, Méthodes de cryptographie avancée, Programmes de certification en sécurité informatique, | ||
Meilleures pratiques pour la sécurité des appareils IoT, Formation complète en cybersécurité, Évaluation approfondie des risques en cybersécurité, | ||
Segurança cibernética, Proteção de dados, Consultoria em segurança digital, Privacidade na internet, Segurança de aplicativos móveis, Criptografia avançada, | ||
Programas de certificação em cibersegurança, Soluções de segurança para dispositivos IoT, Treinamento em cibersegurança, Avaliação de risco de cibersegurança, | ||
Firewall de rede, Segurança da informação, Ameaças cibernéticas, Software de segurança, Soluções de segurança, Avaliação de vulnerabilidade, | ||
Segurança de sites, Segurança online, Software de segurança da internet, Política de segurança, | ||
Técnicas avançadas de segurança cibernética, Estratégias de proteção de dados, Serviços de consultoria em segurança digital, Melhores práticas para privacidade na internet, | ||
Medidas de segurança para aplicativos móveis, Métodos avançados de criptografia, Principais programas de certificação em cibersegurança, | ||
Melhores práticas para segurança de dispositivos IoT, Treinamento completo em cibersegurança, Avaliação aprofundada de risco em cibersegurança, | ||
Mises à jour de sécurité iOS, Fonctionnalités de confidentialité iOS, Protection des données iOS, Messagerie cryptée iOS, Navigation sécurisée iOS, | ||
Mises à jour de sécurité Android, Fonctionnalités de confidentialité Android, Protection des données Android, Messagerie cryptée Android, Navigation sécurisée Android, | ||
Mises à jour de sécurité Pixel, Fonctionnalités de confidentialité Pixel, Protection des données Pixel, Messagerie cryptée Pixel, Navigation sécurisée Pixel, | ||
Atualizações de segurança iOS, Recursos de privacidade iOS, Proteção de dados iOS, Mensagens criptografadas iOS, Navegação segura iOS, | ||
Atualizações de segurança Android, Recursos de privacidade Android, Proteção de dados Android, Mensagens criptografadas Android, Navegação segura Android, | ||
Atualizações de segurança Pixel, Recursos de privacidade Pixel, Proteção de dados Pixel, Mensagens criptografadas Pixel, Navegação segura Pixel, | ||
Artificial intelligence in cybersecurity, Machine learning for threat detection, AI-powered cybersecurity, Cybersecurity and machine learning, AI and cybersecurity trends 2024, | ||
Quantum computing in cybersecurity, Ransomware mitigation strategies, Supply chain risk management, | ||
Intelligence artificielle en cybersécurité, Apprentissage automatique pour la détection des menaces, Cybersécurité basée sur l'IA, Tendances en cybersécurité et IA 2024, | ||
Calcul quantique en cybersécurité, Stratégies d'atténuation des ransomwares, Gestion des risques de la chaîne d'approvisionnement, | ||
Inteligência artificial em cibersegurança, Aprendizado de máquina para detecção de ameaças, Cibersegurança baseada em IA, Tendências em cibersegurança e IA 2024, | ||
Computação quântica em cibersegurança, Estratégias de mitigação de ransomware, Gestão de riscos na cadeia de suprimentos, | ||
Tor, Onion services, Hidden services, Dark web, Anonymity, Privacy tools, Tor network, Onion routing, Deep web, Secure browsing, Private browsing, Encrypted communication, Anonymous internet, Darknet markets, Whistleblower protection, Surveillance evasion, Dark web forums, Secure messaging, Tor browser, Online anonymity, Tor hidden services, Onion websites, Privacy-centric sites"> | ||
<meta name="author" content="Alexey Nazarov"> | ||
|
||
<!-- Open Graph Meta Tags for better social sharing --> | ||
<meta property="og:title" content="CyberPrivacyProtecTech - Premier Cyber Security Consulting in Paris"> | ||
<meta property="og:description" content="Sophisticated Cyber Security Consulting Services. Providing expert solutions in data protection and privacy."> | ||
<meta property="og:url" content="{{ site.url }}"> | ||
<meta property="og:type" content="website"> | ||
|
||
<!-- Twitter Card Meta Tags --> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta name="twitter:title" content="CyberPrivacyProtecTech - Premier Cyber Security Consulting in Paris"> | ||
<meta name="twitter:description" content="Sophisticated Cyber Security Consulting Services. Providing expert solutions in data protection and privacy."> | ||
|
||
<link rel="icon" href="{{ "/favicon.ico" | relative_url }}"> | ||
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}"> | ||
|
||
{% include google-analytics.html %} | ||
</head> | ||
<body> | ||
<header> | ||
<nav> | ||
<ul> | ||
{% for item in site.data.navigation.main %} | ||
<li><a href="{{ item.url }}">{{ item.title }}</a></li> | ||
{% endfor %} | ||
</ul> | ||
</nav> | ||
</header> | ||
<main> | ||
{{ content }} | ||
</main> | ||
<footer> | ||
<p>© {{ site.title }}</p> | ||
</footer> | ||
</body> | ||
</html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
layout: post | ||
title: "My GitHub Gist on WhatsApp monitoring" | ||
date: 2024-08-02 | ||
--- | ||
|
||
Check out my [GitHub Gist](https://gist.github.com/alexeinazarov/53d1c03333a569c9658104db680955c1) for more information! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
/* Main Styles */ | ||
body { | ||
font-family: Arial, sans-serif; | ||
line-height: 1.6; | ||
color: #333; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
|
||
header { | ||
background: #333; | ||
color: #fff; | ||
padding: 1rem 0; | ||
} | ||
|
||
header nav ul { | ||
list-style: none; | ||
display: flex; | ||
justify-content: center; | ||
padding: 0; | ||
} | ||
|
||
header nav ul li { | ||
margin: 0 1rem; | ||
} | ||
|
||
header nav ul li a { | ||
color: #fff; | ||
text-decoration: none; | ||
} | ||
|
||
main { | ||
padding: 2rem; | ||
} | ||
|
||
/* Recent Posts Section */ | ||
.recent-posts { | ||
background: #f4f4f4; | ||
padding: 1rem; | ||
border-radius: 5px; | ||
margin-top: 2rem; | ||
} | ||
|
||
.recent-posts h2 { | ||
font-size: 1.5rem; | ||
margin-bottom: 1rem; | ||
} | ||
|
||
.recent-posts ul { | ||
list-style: none; | ||
padding: 0; | ||
} | ||
|
||
.recent-posts ul li { | ||
margin-bottom: 0.5rem; | ||
} | ||
|
||
.recent-posts ul li a { | ||
color: #007BFF; | ||
text-decoration: none; | ||
} | ||
|
||
.recent-posts ul li a:hover { | ||
text-decoration: underline; | ||
} | ||
|
||
footer { | ||
text-align: center; | ||
padding: 1rem; | ||
background: #333; | ||
color: #fff; | ||
position: fixed; | ||
width: 100%; | ||
bottom: 0; | ||
} | ||
|
Binary file not shown.
Oops, something went wrong.