-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
127 lines (119 loc) · 5.84 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Yash | Design Portfolio</title>
<link rel="stylesheet" href="./css/style.css">
<link rel="shortcut icon" href="./images/Hero/yash.svg" type="image/x-icon">
<meta name="description" content="Design portfolio showcasing the projects I led as a UX lead">
</head>
<body class="geologica">
<header>
<a href="#main" class="skip">Skip to main content</a>
</header>
<main class="hero">
<img class="logo" src="./images/Hero/yash.svg" alt="yash logo" width="65px">
<h1>Building Elegant & <span class="brand">Accessible</span> design solutions for brands & products</h1>
<div class="braille clipper">
<img src="./images/Hero/braille.png" alt="Accessible solutions build for everyone"
title="Accessible solutions build for everyone">
</div>
</main>
<section>
<h2 id="main">- projects & tools -</h2>
<div class="cards">
<a href="./projects/figma-play.html">
<article>
<img src="./images/Icons/Figma.svg" alt="Figma" height="70px">
<p>Don't just Prototype, Solve Client's needs!</p>
</article>
</a>
<a href="./projects/acessibility.html">
<article>
<img src="./images/Icons/Accessibility.svg" alt="Accessibity" height="70px">
<p>Create Solutions on the web without forgetting proper contrast levels!</p>
</article>
</a>
<a href="./projects/liquid-galaxy.html">
<article>
<img src="./images/Icons/LiquidGalaxy.svg" alt="Liquid Galaxy" height="70px">
<p>A Google 20% project: Liquid Galaxy Redesign</p>
</article>
</a>
</div>
</section>
<section id="projects">
<h2 class="projects">- designs -</h2>
<article data-label="learnerly">
<h2>Learnerly</h2>
<p>Empowering course creators to easily design and launch their own branded websites with customizable
themes, fonts, and logos.
<br><span class="web">web</span><span class="mobile">mobile</span>
</p>
<img loading="lazy" src="./images/Screens/Dashboard.png"
alt="Learnerly: A Website Generator to power Course content creators" width="250px">
<a href="./projects/learnerly.html" class="button">View Learnerly ↗</a>
</article>
<article data-label="artekk">
<img loading="lazy" src="./images/Screens/Fashion.png" alt="Augmented Reality solution" width="250px">
<h2>ARTekk</h2>
<p>Redefine what's possible with Augmented Reality (AR). <br><span class="web">web</span><span
class="mobile">mobile</span></p>
<a href="./projects/artekk.html" class="button">View ARTekk ↗</a>
</article>
<article data-label="wrkble">
<h2>Wrkble</h2>
<p>An Online Learning solution to get you career ready. <br><span class="web">web</span><span
class="mobile">mobile</span></p>
<img loading="lazy" src="./images/Screens/New all courses page.png" alt="Wrkble: online learning platform"
width="550px">
<a href="./projects/wrkble.html" class="button">View Wrkble ↗</a>
</article>
<article data-label="stonetekk">
<img loading="lazy" src="./images/Screens/Product detail.png"
alt="Organizing the stone industry UX solution" width="250px">
<h2>StoneTEKK</h2>
<p>Organizing the stone industry by a Progressphere Automated Management System. <br><span
class="web">web</span><span class="mobile">mobile</span></p>
<a href="./projects/stonetekk.html" class="button">View StoneTEKK ↗</a>
</article>
<article data-label="kandikosmos">
<h2>Kandi Kosmos</h2>
<p>A unique social media for adventurous people. <br><span class="web">web</span><span
class="mobile">mobile</span></p>
<img loading="lazy" src="./images/Screens/Home.png" alt="Kandi Kosmos Social Media Platform" width="250px">
<a href="./projects/kandikosmos.html" class="button">View Kandi Kosmos ↗</a>
</article>
<article data-label="pokemon">
<img loading="lazy" src="./images/Screens/Greninja_Commday.png" alt="Pokémon: tools and infographics"
width="550px">
<h2>Pokémon</h2>
<p>Bringing infographics for the biggest pokémon community <br><span class="graphic">graphic</span></p>
<a href="./projects/pokemon.html" class="button">View Pokémon ↗</a>
</article>
</section>
<footer>
<div>
<a href="https://github.com/yashrajbharti" target="_blank">
<img src="./images/Social/github.svg" alt="" height="16px">
Github
</a>
<a href="https://www.linkedin.com/in/yash-raj-bharti-5693b6183/" target="_blank">
<img src="./images/Social/linkedin.svg" alt="" height="16px">
LinkedIn
</a>
<a href="https://yashrajbharti.github.io/portfolio/" target="_blank">
<img src="./images/Social/dev.svg" alt="" height="16px">
Dev Portfolio
</a>
<a href="mailto:[email protected]" target="_blank">
<img src="./images/Social/email.svg" alt="" height="16px">
Email
</a>
</div>
<span>@design portfolio by yash</span>
</footer>
<script type="module" src="./js/main.js"></script>
</body>
</html>