-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (66 loc) · 5.3 KB
/
Copy pathindex.html
File metadata and controls
79 lines (66 loc) · 5.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Andisha Safdariyan</title>
<link rel="stylesheet" type="text/css" href="styles/site.css">
</head>
<body>
<div class="menu">
<div id="my-name">
<h1>Andisha Safdariyan</h1>
</div>
<div>
<header id="nav-menu">
<nav class="NAVMENU">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="experience.html">Experience</a></li>
<li><a href="publication.html">Publications</a></li>
<li><a href="recent-news.html">Recent News</a></li>
</ul>
</nav>
</header>
</div>
</div>
<h2>About me</h2>
<div class="aboutMe">
<div class="aboutMePrg">
<p>As an ambitious and determined computer science major hailing from Afghanistan, I bring a unique perspective and unwavering commitment to my pursuit of a career in the tech industry. My journey from a region with limited educational opportunities and the challenges I've faced, particularly in the wake of the Taliban takeover, have only strengthened my resolve. I've been fortunate to have a family that supports and encourages my educational pursuits, allowing me to explore my passion for technology. Currently, I'm a dedicated student at Cornell University, where I've embraced opportunities to learn about cutting-edge tech and its potential for positive change. With a keen interest in computer science and a minor in business, I aspire to contribute to the tech world's innovation while leveraging my entrepreneurial spirit to create a lasting impact. I am excited about the prospect of collaborating with tech companies and making meaningful contributions to their endeavors</p> <!--Source: This is my own work.-->
</div>
<div class="myPic">
<figure>
<img src="design.plan/andi.JPG" alt="Andisha Safdariyan" width="290" height="375">
</figure>
</div>
</div>
<h2>Education</h2>
<p>I graduated from Kardan International School in Kabul, Afghanistan. Currently, I am doing my bachelor degree in Cornell University.</p> <!--Source: This is my own work.-->
<h2>Courses</h2>
<p>
<ul>
<li>Introduction to Computing using Python</li>
<li>Object-Oriented Programming & Data Structures (Java)</li>
<li>Calculus I & II</li>
<li>Discrete Structures</li>
<li>C++ Programing</li>
<li>Introductory Design and Programming for the Web</li>
</ul>
</p> <!--Source: This is my own work.-->
<h2>Skills</h2>
<p>My skillset encompasses a dynamic blend of both technical prowess and essential soft skills. On the technical front, I'm proficient in programming languages such as Python, Java, and C++, which form the bedrock of my software development capabilities. My understanding of Object-Oriented Programming (OOP) further enhances my ability to design and implement robust solutions. I have a firm grasp of web technologies, including HTML, CSS, and JavaScript, which enables me to craft engaging and interactive web experiences. Proficiency in Git and GitHub underscores my commitment to version control and collaborative coding. My toolkit also includes popular development environments like VS Code, Eclipse, Atom, and IntelliJ IDEA, which empower me to work efficiently and effectively on diverse projects. Furthermore, I have hands-on experience with data analytics tools like Google Analytics and ServiceNow Analytics, enabling me to extract valuable insights. In addition to my technical expertise, I am well-versed in Microsoft Office applications, including Excel, Word, Access, and PowerPoint. These technical skills are complemented by essential soft skills, including effective communication, teamwork, and adaptability. As a dedicated learner, I continually expand my skill set to excel in the dynamic world of technology and contribute meaningfully to any project or team.</p> <!--Source: This is my own work.-->
<h2>Interest</h2>
<p>In addition to my passion for technology and computer science, I have a diverse range of interests that shape my character and perspective. When I'm not immersed in coding or problem-solving, you can find me engaged in a variety of activities. I find solace in the pages of a good book, I embrace the thrill of swimming, and I'm captivated by the rhythm and artistry of tango dance. I'm also on a journey to learn the intricacies of playing the piano, and I have a deep love for basketball, both as a player and a dedicated fan. In my downtime, I enjoy the magic of cinema, exploring different genres and narratives. These interests not only provide balance to my life but also enrich my creativity and ability to adapt – qualities that I believe are essential in the dynamic world of tech.</p> <!--Source: This is my own work.-->
<h2>Contact Info</h2>
<ul>
<li>as3254@cornell.edu</li>
<li>607-697-5616</li>
<li><a href="https://www.linkedin.com/in/andisha-safdariyan-873286215">linkedin</a> </li>
<li><a href="https://github.com/Andisha2004">GitHub</a> </li> <!--Source: This is my own work.-->
</ul>
<script src="scripts/jquery-3.7.1.js"></script>
<script src="scripts/experience.js"></script>
<script src="scripts/publications.js"></script>
</body>
</html>