-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·176 lines (167 loc) · 7.52 KB
/
index.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
175
176
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lea Rostoker Portfolio</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.typekit.net/yct6yqi.css">
<link rel="icon" type="image/jpeg" href="img/favicon.png">
<script type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js">
</script>
<script type="text/javascript">
(function(){
emailjs.init("k5kz7RF-1cxjA6Cwl");
})();
</script>
</head>
<body>
<header>
<nav class="navbar navbar-expand-md fixed-top">
<div class="container">
<a class="navbar-brand" href="#intro">Home</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#about">About Me</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact Me</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="game.html">Play a game!</a>
</li> -->
</ul>
</div>
</div>
</nav>
</header>
<main>
<section id="intro">
<div class="intro-container">
<div class="intro-content">
<div id="name-container">
<h1 id="name"></h1>
</div>
<div id="image-container">
<img src="img/profile-picture.jpeg" alt="Profile Picture">
</div>
</div>
</div>
</section>
<section id="about">
<div class="container">
<div class="about-row">
<div id="about-image">
<img src="img/about-picture.JPG" alt="Profile Picture">
</div>
<div id="about-container">
<h2 class="about-title">About Me</h2>
<p class="about-text">Welcome to my website! I'm Léa, a soon-to-be IT and multimedia engineer graduating in September for <a class="text" href="https://www.ingenieur-imac.fr/" target="_blank">IMAC</a> engineering school.
As a skilled programmer and web developer, I'm actively seeking opportunities to start my carreer in this field.
<br>I have a passion for exploring the world.
Prior to my final year of engineering school, I experienced life in Japan, doing research on Deep Learning at Kyushu National University.
During this time, I also worked as a freelance web developer.
Then, I pursued a computer science major as an exchange student at South Korea's Jeonju National University, where I achieved a 4.0 GPA.
<br>I am also a very creative person. I love to experience different medium such as ink drawing, painting, tattooing. I love to record vieo, which i edit and post on <a class="text" href="https://www.youtube.com/@lelelovesbroli" target="_blank">Youtube</a>.
</p>
<div class="about-button-row">
<a href="pdf/CVLeaRostoker.pdf" class="about-button" style="color: #c9bdea;">Download CV</a>
<a href="https://www.linkedin.com/in/l%C3%A9a-rostoker-110020190/" class="about-button" style="color: #c6cfef;">LinkedIn</a>
<a href="https://www.instagram.com/lelelovesbroli/" class="about-button" style="color: #e1d0d8;">Instagram</a>
<a href="https://www.youtube.com/@lelelovesbroli" class="about-button" style="color: #ced7ef;">YouTube</a>
</div>
</div>
</div>
</div>
</section>
<section id="projects">
<div class="container">
<h2 class="section-title">My Projects</h2>
<div class="project-row">
<div class="project-container">
<img src="img/project1.png" alt="Project 1">
<p>Project 1</p>
</div>
<div class="project-container">
<img src="img/project2.png" alt="Project 2">
<p>Project 2</p>
</div>
<div class="project-container">
<img src="img/project3.png" alt="Project 3">
<p>Project 3</p>
</div>
</div>
<div class="project-row">
<div class="project-container">
<img src="img/project1.png" alt="Project 4">
<p>Project 4</p>
</div>
<div class="project-container">
<img src="img/project2.png" alt="Project 5">
<p>Project 5</p>
</div>
<div class="project-container">
<img src="img/project3.png" alt="Project 6">
<p>Project 6</p>
</div>
</div>
</div>
</section>
<section id="contact" class="contact-section">
<div class="contact-container">
<div class="contact-row">
<div class="col-md-6">
<div class="contact-info">
<h2 class="contact-title">Contact Me</h2>
<div class="contact-buttons-col">
<a href="pdf/CVLeaRostoker.pdf" class="contact-button" style="background-color: #c9bdea;">Download CV</a>
<a href="https://www.linkedin.com/your-profile" class="contact-button" style="background-color: #c6cfef;">LinkedIn</a>
<a href="https://www.instagram.com/your-profile" class="contact-button" style="background-color: #e1d0d8;">Instagram</a>
<a href="https://www.youtube.com/your-channel" class="contact-button" style="background-color: #ced7ef;">YouTube</a>
</div>
<p> <b>Email: </b>[email protected]</p>
<p> <b>Phone: </b> +33 6 28 58 83 86</p>
</div>
</div>
<!-- <div class="col-md-6">
<div class="contact-form">
<h2>Get in Touch</h2>
<form>
<div class="form-group">
<label for="email">Email Address</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="subject">Subject</label>
<input type="text" id="subject" name="subject" required>
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea id="message" name="message" required></textarea>
</div>
<button type="submit" class="button" onclick="alertEmail(); return false;">Send</button>
</form>
</div>
</div> -->
</div>
</div>
</section>
</main>
<footer>
<div class="footer-container">
<p>© 2023 Léa Rostoker. All rights reserved.</p>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script>
<script src="script.js"></script>
</body>
</html>