Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.
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
10 changes: 5 additions & 5 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Please complete the details below this message

# Your Details

- Your Name:
- Your City:
- Your Slack Name:
- Your Name: Zahraa Tayyar
- Your City: London 9 Turing
- Your Slack Name: Zahraa Tayyar

# Homework Details

- Module:
- Week:
- Module: HTML/ CSS 1
- Week: 2

# Notes

Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
Binary file added Zahraa Tayyar CV.docx.pdf
Binary file not shown.
29 changes: 29 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,32 @@
* for example: General styles, Navigation styles, Hero styles, Footer etc.
*
*/

/* Body */

body {
padding:0;
}

/* Header */

.ztheader {
text-align: left;
padding-left: 2rem;
/* background-color: #ffebef; */
margin: 0;
padding: 0.1rem 2rem 0.1rem 5rem;
}

/* main */

/* front display */

.hero {
background-image: url(/images/2.JPG);
background-size: cover;
padding: 15rem 10rem 15rem 10rem;
color: white;
/* height: 5vh; */

}
Binary file added images/1.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/2.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/3.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/Zahraa Tayyar CV.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 33 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,37 @@
<body>
<!-- Add your HTML markup here -->
<!-- Remember: Use semantic HTML tags like <header>, <main>, <nav>, <footer>, <section> etc -->
</body>

<header class="ztheader">

<h2> zt</h2>

</header>

<main class="main_content">

<div class="hero">
<h1>Hi, I'm Zahraa</h1>
<h2>This website will show you a bit about my professional accomplishments.</h2>
</div>

</main>

<footer></footer>

<!--

Will include:

1. button with link to my CV
2. section for my artwork
3. section for my education
4. section with all my projects
5. links to all my social accounts
6. footer

-->


</body>
</html>