-
Notifications
You must be signed in to change notification settings - Fork 1
/
photograhy-projects.html
144 lines (121 loc) · 6.07 KB
/
photograhy-projects.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
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Redressed&display=swap"rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&family=Redressed&display=swap"rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lobster&family=Playfair+Display:ital@1&family=Redressed&display=swap"rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"rel="stylesheet">
<link href="css/style.css"rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<title>photography projects </title>
</head>
<body>
<body>
<nav>
<ul>
<li>
<h1><a href="index.html">
<span class="fas fa-code" aria-hidden="true"></span>
<span> Asma Naaz</span>
</a>
</h1>
</li>
<li><a class="projectslink"href="#projects">Projects</a></li>
<li><a href="about.html">About</a> </li>
<li><a href="#contact">Contact</a> </li>
<li><a href="https://www.linkedin.com/in/asma-naaz-shaik-34787a207?originalSubdomain=in"> <span class="fa-brands fa-linkedin" aria-hidden="true"></span>
<span class="sr-only">LinkedIn</span></a>
</li>
<li><a href="https://www.github.com/Awesomeasma"><i class="fa-brands fa-github" aria-hidden="true"></i> <span class="sr-only">Github</span></a>
</li>
<li><a href = "https://drive.google.com/file/d/1mGCnrQtPoHPkmIjo0O9i1pOCa8RP7dMd/view?usp=drive_link" class = "button">Resume</a></li>
</ul>
</nav>
<div class="gradient"></div>
<!-- instructions in JavaScript block -->
<!-- instructions in JavaScript block -->
<!-- instructions in JavaScript block -->
<div class="section-blue">
<section id="projects">
<h2>photography Projects</h2>
<article>
<div class="text" data-aos="fade-right">
<h3>Wall of Wonder</h3>
<p class = "blackbox">This is a <em>Static web template</em>. I've used <em>CSS GRID </em>to modify the layout of the page. This projects includes the different layout styles using <em>Flex box and Grid. I've included some Photography quirks in the site. </em> The project link can be found <a target = "_blank" href = "https://awesomeasma.github.io/wall-of-wonder/">here</a>.</p>
<h4>Technologies used include:</h4>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>CSS Grid</li>
<li>UI</li>
</ul>
</div>
<img src="./images-folder/wall-of-wonder.png" alt="Screenshot">
</article>
<br>
<article class = "reverse">
<div class="text" data-aos="fade-left">
<h3>Wonderful Collections</h3>
<p class = "blackbox">This is a <em>Static web template</em>. I've used <em>CSS GRID </em>to modify the layout of the page. This projects includes the different layout styles using <em>Flex box and Grid. I've included some Photography quirks in the site. I've added the beautiful collections of Photos in the gallery section.</em> The project link can be found <a target = "_blank" href = "https://awesomeasma.github.io/wall-of-wonder-collections/">here</a>.</p>
<h4>Technologies used include:</h4>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>CSS Grid</li>
<li>UI</li>
</ul>
</div>
<img src="./images-folder/collections.png" alt="Screenshot">
</article>
</section>
</div>
<div class="gradient"></div>
<section id = "contact" data-aos="zoom-in">
<h2>Let's build something Awesome together</h2>
<br>
<br>
<p class="contactpara">I'm always interested to hear about new opportunities to <em>develop </em>and <em>design </em>the web.</p>
<p><a href="mailto:[email protected]"class="mail button"><i class="fa-solid fa-envelope"></i> Email me</a></p>
</section>
<div class="gradient"></div>
<footer >
<h2 class="footertext">Asma Naaz · Developer & Designer</h2>
<ul>
<li>
<a href="https://www.linkedin.com/in/asma-naaz-shaik-34787a207?originalSubdomain=in" target="_blank">
<span class="fab fa-linkedin" aria-hidden="true" ></span>
<span class="sr-only">LinkedIn</span>
</a>
</li>
<li>
<a href="https://www.github.com/Awesomeasma" target="_blank" >
<span class="fab fa-github-square" aria-hidden="true"></span>
<span class="sr-only">Github</span>
</a>
</li>
<li>
<a href="mailto:[email protected]">
<span class="fas fa-envelope" aria-hidden="true"></span>
<span class="sr-only">Email</span>
</a>
</li>
</ul>
<p><small>© 2021 Asma Naaz. All rights reserved.</small></p>
</footer>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
offset: 300,
duration: 1000
});
</script>
</body>
</body>
</html>