Skip to content
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
Binary file added images/Natalie_profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 19 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,41 +38,46 @@
</head>
<body>
<header>
<h1>My Name</h1>
<h1>Natalie Patel</h1>
<nav>
<ul>
<li><a href="#about">About Me</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>

</header>
<main tabindex="0">
<section id="about">
<img id="img-profile" src="./images/Natalie_profile.png">
<header><h2>About Me</h2></header>
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Nulla nisi
excepturi quidem, eum rem doloribus quam aspernatur hic enim eligendi
commodi minima ullam necessitatibus, cumque blanditiis, nihil magni
amet consectetur?
Based in Cape Town, South Africa, I have a Bachelor's degree in Strategic Brand Communication
and am pursuing a Master's in Business Administration for which I received a scholarship.
I joined Code Your Future in September 2024 after being unemployed for more than a year,
with the intent to complement my communication background with front-end development
and database skills.
<br>
I hope to build content experiences that impact people positively.
</p>
</section>
<section id="projects">
<header><h2>Projects Showcase</h2></header>
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Nulla nisi
excepturi quidem, eum rem doloribus quam aspernatur hic enim eligendi
commodi minima ullam necessitatibus, cumque blanditiis, nihil magni
amet consectetur?
<a href="https://cyf-module-user-focused-data-form.netlify.app/form-controls/">An order form I created</a>
<br>
Link2
<br>
Link 3
</p>
</section>
<section id="contact">
<header><h2>Contact me</h2></header>
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Nulla nisi
excepturi quidem, eum rem doloribus quam aspernatur hic enim eligendi
commodi minima ullam necessitatibus, cumque blanditiis, nihil magni
amet consectetur?

<a href="https://www.linkedin.com/in/natalie-patel/">Visit my LinkedIn profile</a>
<br>
<a href="mailto:[email protected]">Send me an e-mail</a>
</p>
</section>
</main>
Expand Down