-
Notifications
You must be signed in to change notification settings - Fork 0
/
SubmissionIndex.html
91 lines (81 loc) · 3.13 KB
/
SubmissionIndex.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title> Aleena Khan's Personal Portfolio</title>
<link rel="stylesheet" href="Style.css">
</head>
<body>
<header>
<img src="visuals/IMG_4390.PNG" alt="my photo">
<h1 style="background-image: url(visuals/hearts.jpg);">Aleena's personal portfolio </h1>
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#aboutme">About Me</a></li>
<li><a href="#myprojects">Projects</a></li>
<li><a href="#contactme">Contact Me</a></li>
</ul>
</nav>
</header>
<main>
<article>
<!---aboutme--->
<section ID="aboutme">
<h2>About Myself</h2>
<p>Hello! my name is Aleena Khan, welcome to my website! Follow along as I showcase my web development
skills</p>
</section>
</article>
<aside>
<p> I hope you enjoyed the video! outside of school </p>
<ul>
<li><a></a>
</li>
</ul>
</aside>
</main>
<footer>© by Aleena Khan ♦</footer>
<img src="IMG_4390.PNG" alt="My personal photo" />
<a href="mailto:[email protected]">[email protected]</a></p>
</body>
</html>
</ul>
</nav>
</header>
<main>
<article>
<!---allprojectspage-->
<section ID="myprojects">
<h2> My Projects!</h2>
<h3> Resume </h3>
<p> one of the most important projects I created was a resume</p>
<h3> Python Grade Calculator</h3>
<img src="screenshot2.png" alt="pythoncodewritten">
<img src="screenshot1.png" alt="python output">
<p> in previous programming classes, I had the opportunity to learn about python and how to implement a code
that helped me find out how much the average grade of a class could be. I provided a basic output form
that showcases the result of the code</p>
<h2>More coming soon!</h2>
</section>
</article>
</main>
</ul>
</nav>
</header>
<main>
<!---contact me-->
<section ID="contactme">
<form>
<h2>Contact Me</h2>
<label for="fname">Your name:
</form><br>
<input type="text" name="name" size="50" placeholder="Enter the complete name below" required>
<label for="email">Your email:</label><br>
<input type="email" name="email" size="50" placeholder="Enter email below" required>
<input for="phoneNum">Your Phone Number:</label><br>
<label type="PhoneNum" name="Phone Number" size="50" placeholder="Enter your number" required>
<input for="comments">Any Additional comments or questions for me?:</label><br>
<input type="AnyComments" name="anyadditionalcomments?" size="50" placeholder="comments?" required>
</section>