-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path10_Portfolio_Mockup.html
More file actions
119 lines (64 loc) · 3.78 KB
/
Copy path10_Portfolio_Mockup.html
File metadata and controls
119 lines (64 loc) · 3.78 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
</head>
<body>
<header align="center">
<h1>Akki Sai Kumar Reddy Portfolio</h1>
<p>Welcome to my Portfolio. Here are my few recent HTML Projects</p>
</header>
<main>
<section>
<h2>Project : My Resume</h2>
<img src="ScreenShots/My Resume_screenshot.png" alt="My Resume" width="400" heigth="200">
<p>In this project I created a simple resume using only html elements which contains about myself (My Studies, Hobbies, Knowledge Skills, Projects i have done, Extra Activities etc...), and not used any CSS or JavaScript pur HTML only</p>
<a href="3_My_Resume(Table_Format).html" target="_blank">View Project</a>
</section>
<section>
<h2>Project : TableShowcase</h2>
<img src="ScreenShots/Table Showcase_screenshot.png" alt="tableshowcase" width="400" height="200">
<p>In this project I created a website with a table about top best laptops present in india 2026 and given average price of all those Laptops.<br>
I used all the tags and attributes related to <table> and formed a table with title <q>Top Laptops In 2026</q>.
</p>
<a href="9_Table_Showcase.html" target="_blank">View Project</a>
</section>
<section>
<h2>Project : Chess Board</h2>
<img src="ScreenShots/Chessboard_screenshot.png" alt="chessboard" width="500" height="200">
<p>In this project I created a website of a chess board with a dimmensions of 8x8 grid totaling 64 squares, also with the help of HTML only no CSS or JavaScript are used.</p>
<a href="4_Chessboard.html" target="_blank">View Project</a>
</section>
<section>
<h2>Project : Animation using Images</h2>
<img src="ScreenShots/Animation using Images_screenshot.png" alt="animation of dog and clouds" width="400" height="200">
<p>In this project I created a website on an animation of a moving dog and clouds.<br>
what I did was a normal clouds are moving left and a dog was moving right on a constant road, with the help of HTML no CSS or JavaScript.
</p>
<a href="6_Animation_using_Images.html" target="_blank">View Project</a>
</section>
<section>
<h2>Project : Favorite Recipe</h2>
<img src="ScreenShots/My Favorite Recipes_screenshot.png" alt="My Favorite Recipe" width="400" height="200">
<p>In this project I created a websit about my favorite recipe and also about the recipe informarion and also steps to cook thoe recipes, with the help of HTML only</p>
<a href="8_Favorite_recipe.html" target="_blank">View Project</a>
</section>
<section>
<h2>Project : Job searching Sessions</h2>
<img src="ScreenShots/Job Searching Sessions_screenshot.png" alt="job searching session" width="400" height="200">
<p>In this project I created a website about job searching workshop with title <big><q>Job Searching Sessions</q></big>.
I created this website with the intention of using all tags in HTML like (semantic tags,table,form,marquee,image,links,emojis etc...).
</p>
<a href="7_Job_Searching_Workshop_WebSite.html">View Project</a>
</section>
</main>
<br><hr size="3" color="black"><br>
<footer align="center">
<p>© 2026     |     Akki Sai Kumar Reddy   Portfolio</p>
</footer>
<br>
<hr size="3" color="black">
</body>
</html>