-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (53 loc) · 2.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Semester Project</title>
<meta charset="utf-8"/>
<link rel="stylesheet" href="style.css"/>
</head>
<!-- Helena Beamish Semester Project -->
<!-- snippets of Code for Grid used from https://codepen.io/tkdavid/pen/zpBPrO?editors=1100 -->
<body>
<!-- grid -->
<div class="grid-container">
<header>
<h1>Semester Project for Advanced CSS
</h1>
</header>
<aside>
<h2>Sidebar </h2>
<p> I would like this section to display something different for each page to keep visual interest. </p>
<h3>Home page</h3>
<p>An image of my work to catch attention a blurb of the work and a button that takes the reader to my portfolio section</p>
<h3>About page</h3>
<p>A little 'about me' section with an image </p>
<h3>Contact page</h3>
<p>Testemonials from past clients </p>
</aside>
<article>
<h2>Project Proposal</h2>
<p>For my project, i would like it to be a website that can be used as portfolio and information site for my future business venture as a freelance graphic deisgner. </p>
<p>The goals of my project would be to supply the user contact information with a form on a 'contact' page, previous work with description and images on an 'About'
page, and a 'home' page that has services offered and my approach to design.
</p>
<h3>Home Paged (landing)</h3>
<p>The intent of this page is to feature my offered services and have a call to action button that will take the user to the contact form on the 'contact page'
There will be a featured image of one of my works, and a blurb that will end with a button that will take you to the 'about page' to see my work.
</p>
<h3>About Page</h3>
<p>The about page will have a main content section that will contain my portfolio. My portfolio will feature images and texts in a form of a card. The aside section will have a
picture of me as well as a little bit of information about me.
</p>
<h3> Contact Page </h3>
<p>The contact page will have a contact form that users can fill out and the 'aside' will feature at least 3 testemonials. </p>
<h3>Wireframes</h3>
<p>
<img src="images/IMG_1769.PNG" alt="wireframes">
</p>
</article>
<footer>
<h3>Footer</h3>
<p> The footer will feature my contact info as well as social media links on every page</p>
</footer>
</div>
</body>