-
Notifications
You must be signed in to change notification settings - Fork 0
/
elements.html
84 lines (74 loc) · 3.73 KB
/
elements.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
<!DOCTYPE HTML>
<!--
Hyperspace by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Experience</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<a href="index.html" class="title">Sahana</a>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="generic.html">Projects</a></li>
<li><a href="elements.html" class="active">Experience</a></li>
</ul>
</nav>
</header>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main" class="wrapper">
<div class="inner">
<h1 class="major">Experience</h1>
<!-- Text -->
<section>
<h2>Work Experience</h2>
<p><span class="image left"><img src="images/vyoma.png" alt="" /></span>
<p>I am an intern at Vyoma Systems, a company providing cloud-based microchip testing solutions that offer enhanced efficiency, accessibility, and reliability compared to traditional on-premise methods. My role involves creating blogs using Hugo to share insights, updates, and content about the company's technology and services. I utilized Linux (Ubuntu) and Bash scripting to streamline development and manage version control with Git/GitLab, and used Hugo to create a blog showcasing company workflows.</p>
<hr />
<section>
<section>
<h2>Leadership</h2>
<p><span class="image right"><img src="images/blueprint.png" alt="" /></span>
<p>I am the Vice President of Designs at Blueprint and a designer on team Inreach. In my role as VP, I develop and facilitate onboarding workshops for new Blueprint designers, focusing on Figma training and best practices in wireframing, prototyping, and user-centered design. I direct design efforts on projects for nonprofit organizations, employing agile design processes and incorporating feedback from NPOs and team members for iterative improvements. Additionally, I curate comprehensive, well-documented resources for the design team, ensuring organized and accessible information while fostering collaboration using Wiki and Notion.</p>
</section>
<hr />
<section>
<section>
<section>
<h2>Volunteer</h2>
<p><span class="image left"><img src="images/codeninjas.png" alt="" /></span>
<p>At Code Ninjas, I worked as a Sensei, where I instructed children aged 5-14 in foundational technology skills, covering both hardware and software components. I hosted creative and intellectual activities such as video game making through block coding projects using MakeCode Arcade and Scratch, cultivating creativity and problem-solving skills in young learners.</p>
</section>
<section>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper alt">
<div class="inner">
<ul class="menu">
<li>© Sahana Ali. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>