-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
201 lines (192 loc) · 9.9 KB
/
Copy pathindex.html
File metadata and controls
201 lines (192 loc) · 9.9 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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Erfan Nasehi Tabar - Interactive 3D Portfolio showcasing projects, skills, and experience as a web developer">
<meta name="keywords" content="portfolio, 3D, web developer, Three.js, JavaScript, Python, Django, React">
<meta name="author" content="Erfan Nasehi Tabar">
<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=Jersey+15&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Pixelify+Sans:wght@400..700&family=Sono:wght@200&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./style.css">
<title>Erfan's room!</title>
</head>
<body>
<!--Three.js canvas-->
<div class="portfolio">
<canvas id="portfolio-canvas"></canvas>
</div>
<!--Loading screen-->
<div id="loading" class="loading">
<h2>Loading your 3D experience...</h2>
<p>The digital room is being rendered. This may take a few seconds!</p>
</div>
<!--Welcome message-->
<div id="welcome" class="welcome">
<div class="welcome-content">
<button id="welcome-exit-button" class="popup-close">×</button>
<div class="popup-body">
<h2>Hello there,</h2>
<p>Welcome to Erfan's digital office! Stay for as long as you'd like :)</p>
</div>
</div>
</div>
<!--Portfolio Popup-->
<div id="popup" class="popup hidden">
<div class="popup-content">
<button id="popup-exit-button" class="popup-close">×</button>
<div class="popup-body">
<!-- About Me Section -->
<section class="portfolio-section" id="about-me">
<h2>About Me</h2>
<div class="about-me-content">
<div class="personal-info">
<p><strong>Name:</strong> Erfan</p>
<p><strong>Age:</strong> 18</p>
<p><strong>Location:</strong> Iran, Birjand</p>
<p><strong>Languages Spoken:</strong> Persian, English</p>
<p><strong>Occupation:</strong> Self-Employed Web Developer</p>
<p>I'm an 18 year old developer. I really enjoy Web Development, AI Systems and Machine Learning. I really hope that, one day, I can make a significant impact in one of these industries.</p>
</div>
</div>
</section>
<!-- Skills Section -->
<section class="portfolio-section" id="skills">
<h2>Technical Skills</h2>
<div class="skills-content">
<div class="skill-category">
<h3>Programming Languages</h3>
<ul>
<li>Python</li>
<li>C#</li>
<li>Javascript</li>
</ul>
</div>
<div class="skill-category">
<h3>APIs, frameworks and databases</h3>
<ul>
<li>Django</li>
<li>Flask</li>
<li>FastAPI</li>
<li>React</li>
<li>Three.js</li>
<li>MySQL</li>
<li>PostgreSQL</li>
<li>SQLite</li>
</ul>
</div>
<div class="skill-category">
<h3>Software and tools</h3>
<ul>
<li>Git/Github</li>
<li>Linux</li>
<li>Unreal Engine</li>
</ul>
</div>
</div>
</section>
<!-- Work Experience Section -->
<section class="portfolio-section" id="work-experience">
<h2>Work Experience</h2>
<div class="experience-list">
<div class="experience-item">
<h3>Self-employed Web Developer</h3>
<p><strong></strong>Aug 2021 - Present</p>
<ul>
<li>Worked on multiple web applications with different tech stacks and different sizes.</li>
</ul>
</div>
</div>
</section>
<!-- Education Section -->
<section class="portfolio-section" id="education">
<h2>Education</h2>
<div class="education-list">
<div class="education-item">
<h3>Diploma in math and physics</h3>
<p><strong>Taleghani Highschool - Birjand, South Khorasan</strong> | 2022 - 2025</p>
</div>
</div>
</section>
<!-- Projects Section -->
<section class="portfolio-section" id="projects">
<h2>Projects</h2>
<div class="project-grid">
<div class="project-card">
<div class="project-image">
<img src="./public/Thumbnail_Notely.png" alt="Notely - Note-taking app screenshot">
</div>
<div class="project-details">
<h3>Notely</h3>
<p>Full-stack Note-taking web application built with Django and React + Vite. This project demonstrates modern web app architecture and RESTful API integration.</p>
<div class="project-links">
<a href="https://notely-umber.vercel.app/" target="_blank">View Project</a>
<a href="https://github.com/Rfannn/Notely" target="_blank">GitHub</a>
</div>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="./public/Thumbnail_Portfolio.png" alt="Interactive 3D Portfolio screenshot">
</div>
<div class="project-details">
<h3>Interactive 3D Portfolio</h3>
<p>A 3D web portfolio built using Three.js and Blender.</p>
<div class="project-links">
<a href="https://rfannn.github.io/portfolio/" target="_blank">View Project</a>
<a href="https://github.com/rfannn/portfolio" target="_blank">GitHub</a>
</div>
</div>
</div>
<div class="project-card">
<div class="project-details">
<h3>AuraVision</h3>
<p>AuraVision is a real-time speech-to-text demo tool designed to help the deaf and hard-of-hearing community by converting spoken words into text. This demo runs on Windows, Linux, and Mac PCs and supports English, Spanish, and Farsi.</p>
<div class="project-links">
<a href="https://github.com/Rfannn/AuraVision" target="_blank">GitHub</a>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="portfolio-section" id="contact">
<h2>Contact Me</h2>
<div class="contact-links">
<div class="contact-item">
<strong>Telegram:</strong>
<a href="https://t.me/gns_rfan" target="_blank">@GNS_Rfan</a>
</div>
<!-- Trigger rebuild -->
<div class="contact-item">
<strong>Email:</strong>
<a href="mailto:erfannasehitabar.bis@gmail.com">erfannasehitabar.bis@gmail.com</a>
</div>
<div class="contact-item">
<strong>GitHub:</strong>
<a href="https://github.com/rfannn" target="_blank">Rfannn</a>
</div>
<div class="contact-item">
<strong>LinkedIn:</strong>
<a href="https://www.linkedin.com/in/erfan-nasehi-tabar-b35ab1325/" target="_blank">Erfan Nasehi Tabar</a>
</div>
</div>
</section>
</div>
</div>
</div>
<!--Import Three.js-->
<script type="importmap">
{
"imports": {
"three": "https://cdn.jsdelivr.net/npm/three@0.166.0/build/three.module.js",
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.166.0/examples/jsm/"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/gsap@3.12.7/dist/gsap.min.js"></script>
<!--Main Script-->
<script type="module" src="./main.js"></script>
</body>
</html>