-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
115 lines (96 loc) · 5.55 KB
/
index.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>Responsive Layouts</title>
<meta name="description" content="This site will serve as the hub for many sub responsive layouts">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<meta name="theme-color" content="#fafafa">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
</head>
<!-- site header -->
<head>
<p>Hello! I am a Computational Designer and Researcher.</p>
<p>Below is My Resume!</p>
</head>
<h1>NASRIN IRAVANI</h1>
<img src="img/nasrin's pic.jpg"
alt="nasrin's pic.jpg">
<!-- body sections -->
<h2>Education</h2>
<ul>
<p><strong>Doctor of Design </strong>in Cultural Preservation, Fabricative Culture: Material & Technology, <em>Louisiana State University, </em>Baton Rouge, LA, <strong>(GPA 3.82)</strong>
<p><strong>Master of Fine Arts </strong>in Studio Art, Ceramic, <em>University of Alabama, </em>Tuscaloosa, AL, <strong>(GPA 3.75)</strong>
<p><strong>Master of Arts </strong>in Handicrafts (Design and Production), <em>Art University of Tehran, </em>Tuscaloosa, AL, <strong>(GPA 3.52)</strong>
</ul>
<h2>Work Experience</h2>
<ul>
<p><strong>Instructor </strong>School of Art, College of Art and Design,<em>Louisiana State University, </em>Baton Rouge, LA</p>
<p><strong>Research Assistant </strong>Computational Creativity lab, School of Art, College of Art and Design, <em>Louisiana State University, </em>Baton Rouge, LA</p>
<p><strong>Digital Fabrication Lab Technician, </strong>College of Art and Design, <em>Art University of Tehran, </em>Baton Rouge, LA</p>
<p><strong>Educator, </strong>Neighborhood Art Project, <em>LSU Museum of Art, </em>Baton Rouge, LA</p>
<p><strong>Instructor, </strong>Department of Art and Art History, <em>University of Alabama, </em>Tuscaloosa, AL</p>
<p><strong>Teaching Assistant, </strong>Department of Art and Art History, <em>University of Alabama, </em>Tuscaloosa, AL</p>
<p><strong>Arts Studio Manager, </strong>School of Art, <em>PNU University of Isfahan, </em>Isfahan, Iran</p>
</ul>
<h2>Skills</h2>
<ul>
<h3>Computer and Technical Skills</h3>
<li>Visual languages: Grasshopper 3D, Pythonic, and Max/MSP</li>
<li>Digital technology software: Rhinoceros 3D, AutoCAD, Sketch, Adobe XD, Illustrator, and Photoshop</li>
<li>3D modeling software: Fusion 360, Autodesk Maya, and Pixologic ZBrush</li>
<h3>Leadership and Communication Skills</h3>
<li>Team working and collaboration, cross-functional team leadership, creative problem-solving, proposal writing, reporting and analysis, wireframing, communication, public speaking</li>
</ul>
<h2>Honors and Awards</h2>
<ul>
<p><strong>Permanent Exhibition of Parametric Design “Waveform Bench”, </strong>Design Building, College of Art and Design, <em>Louisiana State University, </em>Baton Rouge, LA</p>
<p><strong>Permanent Exhibition of Ceramic Sculpture “Fidgety”, </strong>Permanent Collection, <em>San Angelo Museum of Fine Arts, </em>San Angelo, TX</p>
<p><strong>Emily Irene Thames Fine Arts Fellowship Fund, </strong>Department of Art and Art History, <em>University of Alabama, </em>Tuscaloosa, AL</p>
<p><strong>Art Restricted Gift Fund, </strong>Department of Art and Art History, <em>University of Alabama, </em>Tuscaloosa, AL</p>
<p><strong>LArtigiano In Fiera Award, </strong><em>International Craft Fair, </em>Milan, Italy</p>
<p><strong>First Prize Winner Team, </strong>International Integrated Design Camp (IIDC), </em>Seoul, South Korea</p>
<p><strong>Three Awards of Excellence for Handicrafts National Program, </strong>coordinated by UNESCO and Operated by the Department of Handicrafts and Traditional Arts, </em>Iran</p>
<p><strong>Patented Invention No. 6520, </strong><em>State Organization for Registration of Deeds and Properties, </em>Industrial Property General Office, </em>Tehran, Iran</p>
</ul>
<!-- Link section (contact) -->
<h2>Contact</h2>
<p><a target="_blank" href="http:/www.nasriniravani.com">www.nasriniravani.com</a></p>
<a href="mailto:nasriniravani@gmail">Send email</a>
<a href="https://www.linkedin.com/in/nasrin-iravani/">https://www.linkedin.com/in/nasrin-iravani/</a>
<a href="205-860-1462">Call me</a>
<a href="https://www.google.com/maps/dir//1645+Brightside+Dr,+Baton+Rouge,+LA+70820/@30.3873175,-91.179002,17z/data=!4m8!4m7!1m0!1m5!1m1!1s0x8626a7011d77e47b:0x1aef6bcc741bc341!2m2!1d-91.1768133!2d30.3873175"target="_blank">Direction</a>
<!-- Buttons section -->
<div>
<h2>Buttons</h2>
<button>Plain button</button>
<button class="button">Primary button</buttoGiraffe-colorn>
<button class="button">Secondary button</button>
<button class="button button-small">Small button</button>
</div>
<p class="giraffe-color">XXXXXXXXXXXXX</p>
<h2>Form Elements</h2>
<input type="text">
<input type="color">
<input type="file">
<input type="number">
<input type="datetime-local">
<input type="radio">
<input type="checkbox">
<!-- Footer section -->
<footer>
© September 2022
</footer>
</body>
</html>