-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnindex.html
More file actions
41 lines (38 loc) · 1.65 KB
/
nindex.html
File metadata and controls
41 lines (38 loc) · 1.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;400;600;800&display=swap" rel="stylesheet">
<script type="text/javascript" src="script.js"></script>
<link rel="icon" type="image/jpg" href="Images/Favicon.png"/>
<script src="https://kit.fontawesome.com/f1c27a6a68.js" crossorigin="anonymous"></script>
<title> Fizza Ahmed </title>
<meta name="description" content="Portfolio website for Fizza Ahmed">
<meta name="keywords" content="portfolio, artist, toronto, web designer, student, game design">
<meta name="author" content="Fizza Ahmed">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="indexBod">
<img class="indexBodCont" src="Images/logocol.png" alt="">
<span class="indexBodCont texty" style="animation-delay: 2s;">.fizzara</span>
</div>
<div class="indexHolder">
<img class="indexCont" id="indexLogo" src="Images/logocol.png" alt="Fizza Ahmed Logo">
<h1 class="indexCont indeName" id="nameChange" style="margin:0">.fizzara</h1>
<div class="indexButtons">
<a href="https://fizzara.github.io/resume" class="indexButton"> View my Resumé </a>
<a href="https://linkedin.com/in/fizzara" class="indexButton indButtBlue"> Connect on LinkedIn </a>
<a href="https://fizzara.github.io/contact" class="indexButton indButtGreen"> Send me a Message </a>
</div>
<div class="positions">
<div class="posiWeb">
<div class="posiTitle">
Web Design
</div>
Texty text with more text
</div>
</div>
</div>
</body>
</html>