-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio-communication.html
174 lines (163 loc) · 6.13 KB
/
portfolio-communication.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
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!doctype html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TFWLX6ZP');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="keywords" content="">
<title>DevHop!</title>
<!-- Favicon -->
<link href="assets/images/paul.png" rel="shortcut icon">
<!-- CSS -->
<link href="assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet">
<link href="assets/plugins/glightbox/glightbox.min.css" rel="stylesheet">
<link href="assets/plugins/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/css/theme.css" rel="stylesheet">
<!-- Fonts/Icons -->
<link href="assets/plugins/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/plugins/fontawesome/css/all.css" rel="stylesheet">
</head>
<body class="theme-dark" data-preloader="true">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TFWLX6ZP"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Header -->
<div class="header-wrapper">
<div class="container">
<div class="header-nav">
<!-- Toggle Menu Button (for Desktop) -->
<button class="toggle-menu-btn">
<span></span>
</button>
<!-- Toggle Menu (for Desktop) -->
<div class="toggle-menu">
<h6 class="mb-0">Téléphone :</h6>
<a href="tel:+33 6 95 05 78 66">+33 6 95 05 78 66</a>
<div class="mt-3">
<h6 class="mb-0">Email:</h6>
<a href="mailto:[email protected]">[email protected]</a>
</div>
<ul class="list-inline mt-3">
<li>
<a href="https://www.linkedin.com/in/paul-lesur-261596bb/"><i
class="bi bi-linkedin"></i></a>
</li>
<li>
<a href="https://www.instagram.com/paullesur/"><i class="bi bi-instagram"></i></a>
</li>
<li>
<a href="https://unsplash.com/fr/@homonculus"><i class="fa-brands fa-unsplash"></i></a>
</li>
</ul>
</div>
<!-- Nav Toggle (for Mobile) -->
<button class="nav-toggle">
<span></span>
</button>
<!-- Nav -->
<ul class="nav-list">
<li class="nav-list-item"><a href="index.html">À propos</a></li>
<li class="nav-list-item"><a href="index.html#resume">CV</a></li>
<li class="nav-list-item"><a href="portfolio-dark.html">Portfolio</a></li>
</ul>
</div>
<!-- Header Logo -->
<div class="header-logo">
<h3 class="fw-semi-bold uppercase">DevHop!</h3>
<!--
<img src="assets/images/header-logo.png" alt="">
-->
</div>
</div>
</div>
<!-- end Header -->
<!-- Project Introduction -->
<div class="section-spacing">
<div class="container">
<div class="row g-5">
<div class="col-12 col-xl-8">
<h1 class="display-2 fw-medium">Amélioration de la communication inter-équipes</h1>
<h2 class="fw-medium">Contexte du projet</h2>
<!-- Paragraph -->
<p>Dans mon rôle de Site Reliability Engineer (SRE), j’ai souvent constaté que la collaboration
efficace entre les équipes techniques (développement, infrastructure, sécurité, etc.) est
cruciale pour garantir la qualité des services et une bonne gestion des incidents. C’est
pourquoi j’ai pris l’initiative d’organiser régulièrement des réunions inter-équipes et de
mettre en place des processus de communication structurés afin de fluidifier les échanges et
d’améliorer la coordination.</p>
<div class="d-inline-block dashed-box font-small font-family-secondary fw-medium uppercase mt-3">
<span>Client: Scale-up tech en forte croissance</span>
</div>
</div>
<div class="col-12 col-xl-4">
<div class="bg-lighter border-radius p-4 p-md-5 box-shadow">
<div class="row g-3 g-md-4">
<div class="col-12 col-md-6 col-xl-12">
<h5 class="fw-medium mb-0">Nature du projet :</h5>
<p>Mise en place de processus de communication inter-équipes.</p>
</div>
<div class="col-12 col-md-6 col-xl-12">
<h5 class="fw-medium mb-0">Stack technique :</h5>
<div class="d-inline-block dashed-box font-small font-family-secondary fw-medium mt-1">
<span><i class="fa-regular fa-handshake"></i> Communication</span>
</div>
</div>
</div><!-- end row(inner) -->
</div>
</div>
</div><!-- end row -->
</div><!-- end container -->
</div>
<!-- end Project Introduction -->
<!-- Project details -->
<div class="section-spacing pt-0">
<div class="container">
<!-- Lightbox Images -->
<div class="row g-4">
<div class="col-12 col-md-6">
<div class="img-link-box border-radius">
<img src="assets/images/communication.png" alt="">
</div>
</div>
<div class="col-12 col-md-6">
<div class="img-link-box border-radius">
<img src="assets/images/slo.png" alt="">
</div>
</div>
</div>
</div><!-- end container -->
</div>
<!-- end Project details -->
<!-- Footer -->
<div class="container">
<div class="section-spacing bg-charcoal p-4 p-md-5 box-shadow border-radius-top">
<div class="row g-2 align-items-center">
<div class="col-12 col-md-6 text-center text-md-start">
<p>© 2024 DevHop! All rights reserved.</p>
</div>
<div class="col-12 col-md-6 text-center text-md-end">
<ul class="list-inline-dash">
<li><a class="link-hover-line" href="#">Remonter</a></li>
</ul>
</div>
</div><!-- end row -->
</div>
</div>
<!-- end Footer -->
<!-- Cursor Gradient -->
<div class="cursor-gradient"></div>
<!-- end Cursor Gradient -->
<!-- JavaScripts -->
<script src="assets/plugins/jquery.min.js"></script>
<script src="assets/plugins/plugins.js"></script>
<script src="assets/js/functions.js"></script>
</body>
</html>