Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rock - Delia #53

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
node_modules
41 changes: 41 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@

<!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">
<title>About</title>
<!-- Link to stylesheet -->
<link href="stylesheets.css/style.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto" rel="stylesheet">
</head>
<body>
<main>
<div class="flex-column-wrapper">
<header class="left">
<div class="profile-picture">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQkPSvKDQ6grkbtrDsC4xYDThrOcKJvwmcerA&usqp=CAU" alt="meta brain" width="300"/>
</div>
<h1>About</h1>
</header>
<nav>
<ul class="social-links">
<li><a href="./index.html">Home</a></li>
<li class="current-page">About</li>
<li><a href="./portfolio.html">Portfolio</a></li>
<li><a href="./hobby-blog.html">Hobbies</a></li>
<li><a href="https://github.com/Parseluni" target="_blank">Github</a></li>
<li><a href="https://www.linkedin.com/in/delia-cercel-282b052a/" target="_blank">LinkedIn</a></li>
</ul>
</nav>
<p>
I am a detail oriented fast learner dedicated to solving problems by going the extra mile. My diverse background has enabled me to gather valuable experience in customer service, sales, piloting, teaching, performance, leadership and management. I fluently speak English, French, and Romanian. I am endlessly curious about innovation, and I find purpose in meaningful assignments that have an impact. I enjoy traveling, challenges, and autonomy. I am excited about the possibilities I see in the tech industry as I am starting my programming journey, particularly in big data, machine learning and cloud based technology.
</p>
<footer>
Copyright © 2021
</footer>
</div>
</main>
</body>
</html>
48 changes: 48 additions & 0 deletions hobby-blog.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@

<!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">
<title>Hobbies</title>
<!-- Link to stylesheet -->
<link href="stylesheets.css/style.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto" rel="stylesheet">
</head>
<body>
<main>
<div class="flex-column-wrapper">

<header class="left">
<div class="profile-picture">
<img src="https://cdn.stocksnap.io/img-thumbs/960w/TEUBG066CU.jpg" alt="profile picture" width="300"/>
</div>
<h1>Hobbies</h1>
</header>

<nav>
<ul class="social-links">
<li><a href="./index.html">Home</a></li>
<li><a href="./about.html">About</a></li>
<li><a href="./portfolio.html">Portfolio</a></li>
<li class="current-page">Hobbies</li>
<li><a href="https://github.com/Parseluni" target="_blank">Github</a></li>
<li><a href="https://www.linkedin.com/in/delia-cercel-282b052a/" target="_blank">LinkedIn</a></li>
</ul>
</nav>
<p>
<h4>What is Lorem Ipsum?</h4>
</p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<p>
<h4>Why do we use it?</h4>
</p>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>
<footer>
Copyright © 2021
</footer>
</div>
</main>
</body>
</html>
Binary file added images/portfolio.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/profile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@

<!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">
<title>Delia Cercel Portfolio Site</title>
<!-- Link to stylesheet -->
<link href="stylesheets.css/style.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto" rel="stylesheet"/>
</head>
<body>
<main>
<div class="flex-column-wrapper">
<header class="left">
<div class="profile-picture">
<img src="images/profile.jpg" alt="profile picture" width="300"/>
</div>
<h1>Delia Cercel</h1>
</header>
<nav>
<ul class="social-links">
<li class="current-page">Home</li>
<li><a href="./about.html">About</a></li>
<li><a href="./portfolio.html">Portfolio</a></li>
<li><a href="./hobby-blog.html">Hobbies</a></li>
<li><a href="https://github.com/Parseluni" target="_blank">Github</a></li>
<li><a href="https://www.linkedin.com/in/delia-cercel-282b052a/" target="_blank">LinkedIn</a></li>
</ul>
</nav>
<footer>
<p>Copyright © 2021 </p>
</footer>
</div>
</main>
</body>
</html>

Loading