This repository has been archived by the owner on Dec 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
161 lines (159 loc) · 8.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- CSS stylesheet -->
<link rel="stylesheet" href="styles.css">
<!-- Fonts links -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Crete+Round&family=Roboto:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
<title>Nelly's Portfolio</title>
</head>
<body>
<!-- HEADER -->
<header class="header">
<div class="logo"><a href="index.html#home">My Logo</a></div>
<!-- naviguation bar -->
<nav class="menu-box">
<label for="menu" class="label-menu"><input type="checkbox" name="menu" id="menu" class="menu">Menu</label>
<ul class="menu-list">
<li class="menu-item"><a href="index.html#portfolio">Portfolio</a></li>
<li class="menu-item"><a href="index.html#about-me">About</a></li>
<li class="menu-item"><a href="index.html#contact">Contact</a></li>
<li class="menu-item"><a href="index.html#contact"><img src="images/email-icon.png" alt="email icon"></a></li>
</ul>
</nav>
</header>
<!-- HEADER (end) -->
<main class="main">
<!-- HEADLINE -->
<section class="headline" id="home">
<div class="headline-content">
<h1>Hey There.<br>I'm Nelly</h1>
<h2>I'm a Software Developer</h2>
<p>
I can help you build a product , feature or website.
Look through some of my work and experience! If you
like what you see and have a project you need coded,
don’t hesitate to contact me.
</p>
</div>
<div class="socials">
<ul>
<li><a href="https://github.com/lily4178993/"><img src="images/github.png" alt="github icon"></a></li>
<li><a href="https://www.linkedin.com/in/nelly-t-330414266/"><img src="images/Linkedin icon.png" alt="Linkedin icon"></a></li>
<li><a href="#"><img src="images/angel-list.png" alt="angel-list icon"></a></li>
<li><a href="https://twitter.com/nelly_telli"><img src="images/twitter.png" alt="twitter icon"></a></li>
<li><a href="#"><img src="images/medium.png" alt="medium icon"></a></li>
</ul>
</div>
</section>
<!-- HEADLINE (end) -->
<!-- RECENT WORKS SECTION -->
<section class="section-works" id="portfolio">
<div class="section-works-title">
<h2>My Recent Works</h2>
<div class="separator-line"></div>
</div>
<div class="works-container">
<!-- WORK BOX (begin) -->
<div class="work-box" data-image="images/pro-img.png">
<div class="work-img-box">
<img src="images/pro-img.png" alt="Multi-Post Stories screenshot">
</div>
<div class="work-content">
<h3 class="work-title">Multi-Post Stories</h3>
<p class="work-description">
A daily selection of privately personalized reads; no accounts
or sign-ups required. has been the industry's standard dummy text
ever since the 1500s, when an unknown printer took a standard dummy
text.
</p>
<ul class="work-languages-list">
<li class="work-language">CSS</li>
<li class="work-language">HTML</li>
<li class="work-language">Bootstrap</li>
<li class="work-language">Ruby</li>
</ul>
<a href="#portfolio" class="btn see-work openModal">See project</a>
</div>
</div>
<!-- WORK BOX (end) -->
</div>
</section>
<!-- RECENT WORKS SECTION (end) -->
<!-- ABOUT SECTION (begin) -->
<section class="about-section" id="about-me">
<div class="about-section-content">
<h2 class="about-section-title">About me</h2>
<p class="about-description">
Hello I'm a software developer! I can help you build a product,
feature or website Look through some of my work and expérience!
If you like what you see and have a project you need coded,
don’t hesitate to contact me.
<br>
<a href="#" class="btn btn-resume">Get my resume</a>
</p>
</div>
<div class="separator-line"></div>
<div class="skills-container">
<ul class="skills-list">
<li class="bold"><img src="images/rect-1.png" alt="rectangle icon" class="prog-icon">Language</li>
<li>JavaScript</li>
<li>Ruby</li>
<li>HTML</li>
<li>CSS</li>
</ul>
<ul class="skills-list">
<li class="bold"><img src="images/rect-2.png" alt="rectangle icon" class="prog-icon">Frameworks</li>
<li>React.js</li>
<li>Ruby on Rails</li>
<li>Capybara</li>
<li>Selenium</li>
</ul>
<ul class="skills-list">
<li class="bold"><img src="images/circle.png" alt="rectangle icon" class="prog-icon">Skills</li>
<li>Database Management</li>
<li>Version Control</li>
<li>CLI</li>
<li>API Design</li>
<li>Web Development</li>
</ul>
</div>
</section>
<!-- contact and form section -->
<section class="contact-section" id="contact">
<h2>I'm always interested in hearing about new projects, so if you'd like to chat please get in touch.</h2>
<form action="https://formspree.io/f/xvonlboj" method="post" class="contact-form" id="form">
<label for="full-name" class="">
<input id="full-name" type="text" name="full-name" placeholder="Full name" maxlength="30" required/>
</label>
<label for="email">
<input id="email" type="email" name="email" placeholder="Email address" required/>
</label>
<textarea id="msg" name="user_message" maxlength="500" placeholder="Write me something..." required></textarea>
<div class="contact-validation-box">
<button type="submit" id="submit" class="submit-btn btn" name="submit"> Get-in-touch</button>
<span id="error" class="error" aria-live="polite"></span>
</div>
</form>
<footer class="socials">
<ul>
<li><a href="https://github.com/lily4178993/"><img src="images/github.png" alt="github icon"></a></li>
<li><a href="https://www.linkedin.com/in/nelly-t-330414266/"><img src="images/Linkedin icon.png" alt="Linkedin icon"></a></li>
<li><a href="#"><img src="images/angel-list.png" alt="angel-list icon"></a></li>
<li><a href="https://twitter.com/nelly_telli"><img src="images/twitter.png" alt="twitter icon"></a></li>
<li><a href="#"><img src="images/medium.png" alt="medium icon"></a></li>
</ul>
<div class="separator-line"></div>
</footer>
</section>
</main>
<script src="js/modal-view.js"></script>
<script src="js/script.js"></script>
<script src="js/validation-form.js"></script>
</body>
</html>