-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-me.html
executable file
·125 lines (116 loc) · 7.22 KB
/
about-me.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
<!doctype html>
<html class="no-js" lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Saba Heravi | Personal Homepage</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico in the root directory -->
<link rel="icon" href="img/icons/favicon.png?v=2">
<!-- Fonts -->
<link href='https://fonts.googleapis.com/css?family=Oswald:400,300,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lato:400,400italic,100,300,700,900' rel='stylesheet' type='text/css'>
<!-- All CSS FILES -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/et-line-iocn.css">
<link rel="stylesheet" href="css/elements.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="custom.css">
<link rel="stylesheet" href="css/responsive.css">
<!-- MODERNIZE JS -->
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="wrapper">
<!-- Header area -->
<header class="header-area header-left">
<div class="header-middle-area">
<div class="logo">
<h3><a href="index.html">Saba Heravi</a></h3>
<p>Personal Homepage</p>
</div>
<nav>
<ul id="sidebar-menu" class="sidebar-menu hover-style-one">
<li><a href="about-me.html">About Me</a></li>
<li><a href="index.html">Portfolio</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<ul class="social-bookmark-wrapper">
<li><a href="https://www.facebook.com/saboolix"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/saboolix"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/in/saba-momahediheravi-a0950664/"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.instagram.com/saboolix/"><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
</header>
<!-- End header area -->
<!-- Content area start -->
<section class="content-right-side gray-bg">
<!-- <div style= "position: absolute; top: 10px; text-align: center; " class="hidden-lg hidden-md">
<h3><a href="index.html">Saba Heravi</a></h3>
</div> -->
<div style= "text-align:center; z-index: -1" class="logo hidden-lg hidden-md">
<h3><a href="index.html">Saba Heravi</a></h3>
</div>
<div class="flay-menu-wrapper">
<span class="flay-out-menu-btn"></span>
</div>
<div class="inner-content-wrapper">
<div class="content">
<!-- Theme standard row Start -->
<div class="adam-standard-row pt-20">
<div >
<div class="container">
<div class="row">
<div class="col-md-push-7 col-sm-5">
<div class="about-photo">
<img style="width: 50%" src="img/profile1.JPG" alt="">
</div>
</div>
<br/>
<div class="col-md-pull-5 col-sm-7">
<div class="block-text">
<h3>Saba Heravi</h3>
<p>I was born in Iran, 1989 and I am currently enrolled in BFA of Studio Arts at Concordia University in Montreal. Until now, I have concentrated mostly on Drawing and Printmaking and I also work with the mediums of Painting and Ceramic. I have participated in a group exhibition in Print Media department which was held at Alain Piroir Gallery in April 2016. In March 2017, I am part of a group exhibition for Art Matters Festival at VAV Gallery.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Theme standard row End -->
<!-- Theme standard row for skill -->
<div class="adam-standard-row pt-20">
<div >
<div class="container">
<div class="row">
<div class="col-md-7 col-sm-7">
<div class="block-text">
<h3 class="">STATEMENT</h3>
<p>My work at the moment is based on the concept of home, exile, and identity. Collide of cultures, mixing together and fighting with each other is what I deal with every day. It is a broad subject; however, I look at it from my point of view and this makes it very personal and intimate. I combine the mediums of drawing and print to tell this intimate story. With these mediums, I try to rebuild myself in this displacement narrative and figure out my personal identity. For me, Objects and belongings become important to reveal the narrative.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Theme standard row for skill End -->
</div>
</div>
</section>
</div>
<!-- ALL JS HERE -->
<script src="js/vendor/jquery-1.12.0.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.isotope.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>