-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
143 lines (132 loc) · 5.91 KB
/
index.html
File metadata and controls
143 lines (132 loc) · 5.91 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Irfana Portfolio</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css" integrity="sha256-46qynGAkLSFpVbEBog43gvNhfrOj+BmwXdxFgVK/Kvc=" crossorigin="anonymous" />
<!-- Update these with your own fonts -->
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,900|Source+Sans+Pro:300,900&display=swap" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body >
<header>
<div class="logo">
<!-- <img src="img/devjane.png" alt=""> -->
</div>
<button class="nav-toggle" aria-label="toggle navigation">
<span class="hamburger"></span>
</button>
<nav class="nav" >
<ul class="nav__list">
<li class="nav__item"><a href="#Home" class="nav__link">Home</a> </li>
<li class="nav__item"><a href="#services" class="nav__link">My skills</a> </li>
<li class="nav__item"><a href="#about" class="nav__link">About</a> </li>
<li class="nav__item"><a href="#work" class="nav__link">My Work</a> </li>
</ul>
</nav>
</header>
<!--introduction-->
<section class="intro" id="Home">
<h1 class="section__title section__title--intro" >Hi I am <strong>Irfana Sulaiman</strong></h1>
<p class="section__subtitle section__subtitle--intro">FRONTEND DEV</p>
<img src="img/irfana.JPG" alt="a picture of irfana" class="intro__img">
</section>
<!--my services-->
<section class="my-services" id="services">
<h2 class="section__title section__title--services">What I do</h2>
<div class="services">
<div class="service">
<h3>Python + Django</h3>
<p>Created a TODO website.You can create, edit, or delete any todos in the site using apps .
Login and Register to the site. Get an email verification to login.</p>
</div>
<div class="service">
<h3>HTML and CSS</h3>
<p>Created a portfolio website using static files.It shows your work and projects.
</p>
</div>
<div class="service">
<h3>React</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation
ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
</div>
<a href="#work" class="btn">see my work</a>
</section>
<!-- About Me -->
<section class="about-me" id="about">
<h2 class="section__title section__title--about ">
Who i am
</h2>
<p class="section_subtitle section__subtitle--about ">Designer & developer based out of NYC</p>
<div class="about-me__body">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore
et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
aliquip ex ea commodo consequat. </p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore
et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
aliquip ex ea commodo consequat. </p>
</div>
<img src="img/dev-jane-02.jpg" alt="jane leaning on a bus"class="about_img">
</section>
<!-- My work -->
<section class="my-work" id="work">
<h2 class="section__title section__title--work">My Work</h2>
<p class="section__subtitle section__subtitle--work">
A selection of my range of work
</p>
<!--portfolio items-->
<div class="portfolio">
<a href="portfolio-item1.html" class="portfolio__item" >
<img src="img/todo11.png" alt="" class="portfolio__img">
</a>
<a href="" class="portfolio__item" >
<img src="img/portfolio-02.jpg" alt="" class="portfolio__img">
</a>
<a href="" class="portfolio__item" >
<img src="img/portfolio-03.jpg" alt="" class="portfolio__img">
</a>
<a href="" class="portfolio__item" >
<img src="img/portfolio-04.jpg" alt="" class="portfolio__img">
</a>
<a href="" class="portfolio__item" >
<img src="img/portfolio-05.jpg" alt="" class="portfolio__img">
</a>
<a href="" class="portfolio__item" >
<img src="img/portfolio-06.jpg" alt="" class="portfolio__img">
</a>
<a href="" class="portfolio__item" >
<img src="img/portfolio-07.jpg" alt="" class="portfolio__img">
</a>
<a href="" class="portfolio__item" >
<img src="img/portfolio-08.jpg" alt="" class="portfolio__img">
</a>
<a href="" class="portfolio__item" >
<img src="img/portfolio-09.jpg" alt="" class="portfolio__img">
</a>
<a href="" class="portfolio__item" >
<img src="img/portfolio-10.jpg" alt="" class="portfolio__img">
</a>
</div>
</section>
<!--footer-->
<footer class="footer">
<a href="mailto:hello@jane.com" class="footer__link">hello@irfana.com</a>
<ul class="social-list">
<li class="social-list__item">
<a class="social-list__link" href=""><i class="fab fa-facebook-square"></i></a></li>
<li class="social-list__item">
<a class="social-list__link" href=""><i class="fab fa-twitter"></i></a></li>
<li class="social-list__item">
<a class="social-list__link" href=""><i class="fab fa-github"></i></a></li>
<li class="social-list__item">
<a class="social-list__link" href=""><i class="fab fa-linkedin"></i></a></li>
</ul>
</footer>
<script src="js/index.js"></script>
</body>
</html>