Skip to content

Commit dc4fbea

Browse files
fix: more suitable content
1 parent 5f872f3 commit dc4fbea

2 files changed

Lines changed: 16 additions & 12 deletions

File tree

app/views/pages/about.html.erb

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
My Journey
1111
</h2>
1212
<div class="space-y-4 text-neutral-300 leading-relaxed">
13-
<p>I was lucky enough to dive into the world of the Internet when I was young, which allowed me to explore many of its facets. Discovering the first websites, understanding how digital platforms work - all of this shaped my vision of technology and its potential to transform our world.</p>
14-
<p>My orientation towards computer science was obvious to me in order to stay in familiar spheres that would allow me to achieve my dreams. The logic, problem-solving approach, and creative possibilities that programming offers resonated perfectly with my way of thinking and my desire to create solutions that make sense.</p>
15-
<p>Currently a 5th year student at Epitech Nantes, my curiosity and Epitech's pedagogy push me to learn new technologies day by day. The project-based approach really helped me develop my practical skills and understand the real challenges of software development.</p>
13+
<p>I grew up online, breaking and rebuilding early websites just to see how they worked. That curiosity shaped how I see tech and what it can change.</p>
14+
<p>Studying computer science felt obvious: I like logic, problem solving, and building things that are actually useful.</p>
15+
<p>I recently graduated from Epitech Nantes. The project-led pace kept me curious and hands-on, and it gave me a clear view of real-world software challenges.</p>
1616
</div>
1717
</div>
1818
</div>
@@ -43,9 +43,9 @@
4343
My Goals
4444
</h2>
4545
<div class="space-y-4 text-neutral-300 leading-relaxed">
46-
<p>My 5th year has allowed me to acquire the missing keys to my professionalization, and technically, I've also discovered Ruby on Rails, a language that I've fallen in love with for its speed of understanding, ease of use, and the joy I have in using it every day. Rails' "Convention over Configuration" philosophy and its emphasis on developer happiness made me realize that this is the technology stack I want to specialize in.</p>
47-
<p>I want to specialize in Ruby on Rails in the future and I'm open to all opportunities in France or around the world. The framework's ability to rapidly develop robust and scalable applications while maintaining clean, readable code aligns perfectly with my development philosophy. I'm particularly interested in contributing to open-source Rails projects and sharing knowledge with the community.</p>
48-
<p>My first three years brought me rigor, autonomy and professionalism, which I still apply in my daily work. These qualities, combined with my technical skills and international experience, make me a well-rounded developer ready to tackle complex challenges in any environment. I'm excited about the opportunity to work on meaningful projects that can have a real impact on people's lives.</p>
46+
<p>My final year was all about shipping real products. Working in a startup alongside Rails experts helped me level up fast and confirmed how joyful and effective Rails is.</p>
47+
<p>I'm now focused on Rails and looking for new opportunities in France or abroad to ship robust, readable apps and keep learning.</p>
48+
<p>Those five years taught me rigor, autonomy, and professionalism; skills I now pair with Rails and my international experience to help teams ship tools people actually benefit from.</p>
4949
</div>
5050
</div>
5151
</div>
@@ -56,14 +56,14 @@
5656
<div class="relative z-10">
5757
<h2 class="text-3xl font-semibold mb-6 text-white flex items-center gap-3">
5858
<i class="fa-solid fa-code text-2xl"></i>
59-
Technologies & Outils
59+
Technologies I'm familiar with
6060
</h2>
6161

6262
<!-- Langages de programmation -->
6363
<div class="mb-8">
6464
<h3 class="text-xl font-medium mb-4 text-white flex items-center gap-2">
6565
<i class="fa-solid fa-language text-lg"></i>
66-
Langages de programmation
66+
Programming languages
6767
</h3>
6868
<div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-4">
6969
<div class="flex flex-col items-center p-3 rounded-lg bg-white/5 hover:bg-white/10 transition-colors duration-200">
@@ -109,13 +109,17 @@
109109
<div class="mb-8">
110110
<h3 class="text-xl font-medium mb-4 text-white flex items-center gap-2">
111111
<i class="fa-solid fa-layer-group text-lg"></i>
112-
Frameworks & Librairies
112+
Frameworks & Libraries
113113
</h3>
114114
<div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-4">
115115
<div class="flex flex-col items-center p-3 rounded-lg bg-white/5 hover:bg-white/10 transition-colors duration-200">
116116
<i class="fas fa-gem text-3xl text-red-500 mb-2"></i>
117117
<span class="text-sm text-neutral-300">Rails</span>
118118
</div>
119+
<div class="flex flex-col items-center p-3 rounded-lg bg-white/5 hover:bg-white/10 transition-colors duration-200">
120+
<i class="fa-solid fa-bolt text-3xl text-red-500 mb-2"></i>
121+
<span class="text-sm text-neutral-300">Hotwire</span>
122+
</div>
119123
<div class="flex flex-col items-center p-3 rounded-lg bg-white/5 hover:bg-white/10 transition-colors duration-200">
120124
<i class="fab fa-react text-3xl text-cyan-400 mb-2"></i>
121125
<span class="text-sm text-neutral-300">React</span>
@@ -155,7 +159,7 @@
155159
<div class="mb-8">
156160
<h3 class="text-xl font-medium mb-4 text-white flex items-center gap-2">
157161
<i class="fa-solid fa-tools text-lg"></i>
158-
Outils & Méthodologies
162+
Tools & Methodologies
159163
</h3>
160164
<div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-4">
161165
<div class="flex flex-col items-center p-3 rounded-lg bg-white/5 hover:bg-white/10 transition-colors duration-200">
@@ -205,7 +209,7 @@
205209
<div>
206210
<h3 class="text-xl font-medium mb-4 text-white flex items-center gap-2">
207211
<i class="fa-solid fa-database text-lg"></i>
208-
Bases de données
212+
Databases
209213
</h3>
210214
<div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-4">
211215
<div class="flex flex-col items-center p-3 rounded-lg bg-white/5 hover:bg-white/10 transition-colors duration-200">

app/views/pages/home.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<%= link_to "Contact", contact_path, class: "text-neutral-400 hover:text-white transition-all duration-500 ease-in-out transform hover:scale-103" %>
88
</div>
99
<h1 class="text-[clamp(3rem,10vw,8rem)] font-bold leading-[0.9] tracking-tight">Victor Harri-Chal</h1>
10-
<p class="mt-6 text-neutral-400 text-lg leading-relaxed">Full-stack developer who fell in love with Ruby on Rails. After studying abroad in South Korea, I'm now focused on building web apps that actually make a difference.</p>
10+
<p class="mt-6 text-neutral-400 text-lg leading-relaxed">Full-stack Ruby on Rails developer, trained at Epitech and sharpened between Nantes and Seoul. Taught Ruby by Le Wagon veterans, same pedagogy but without the stickers.</p>
1111
</div>
1212
</div>
1313
</section>

0 commit comments

Comments
 (0)