-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
176 lines (157 loc) · 6.15 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sue</title>
<meta charset="utf-8”>
<meta name=" viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge”>
<link rel=" stylesheet" href="css/bootstrap.css" />
<link rel="stylesheet" href="css/style.css" />
<link href="https://fonts.googleapis.com/css?family=Play|Roboto&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Play&display=swap" rel="stylesheet" />
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="shortcut icon" type="image/x-con" href="favicon.ico" />
<link rel="icon" type="image/x-con" href="favicon.ico" />
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<!-- START NAV -->
<nav id="navbar" class="nav">
<ul class="nav-list">
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#projects">Work & Projects</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</nav>
<!-- END NAV -->
<!-- START ABOUT SECTION -->
<div class="container">
<section id="about" class="about-section">
<h1>Hello, I'm Sue </h1>
<p>
Software Engineer who enjoys creating innovative solutions & software. I also love to solve problems and I appreciate simplicity.
</p>
<br>
<p>
Looking forward for the next challenge and opportunity in a forward
thinking and innovative setting.
</p>
<h2>What I know</h2>
<dl>
<dt>Front-end</dt>
<dd>Javascript, React, D3, Typescript, Figma</dd>
<dt>Back-end</dt>
<dd>Ruby, Ruby on Rails, Python, Django</dd>
<dt>Cloud</dt>
<dd>AWS</dd>
<!--<dt>Apps</dt>-->
<!--<dd>Pending ....React Native, Mobile</dd>-->
<!--<dt>Cloud</dt>-->
<!--<dd>Pending.....Firebase, Google, AWS</dd>-->
<dt>Blockchain</dt>
<dd>Concept Knowledge including Ethereum</dd>
<dt>Project & Product Management</dt>
<dd>
Agile, Kanban, DevOps, JIRA, Sharepoint, Confluence, Software Testing
</dd>
</dl>
</section>
</div>
<!-- END ABOUT SECTION -->
<!-- START WORK & PROJECTS SECTION -->
<section id="projects" class="projects-section">
<h2 class="projects-section-header">My Work & Projects</h2>
<div class="projects-grid">
<a href="https://github.com/swissbusybee/Learning-Tracker" target="_blank" class="project project-tile">
<img class="project-image" src="assets/photo-I.png" alt="project" />
<p class="project-title">
<span class="code"><</span>
Learning Tracker
<span class="code">/></span>
</p>
</a>
<a href="http://www.miniadventureguide.com" target="_blank" class="project project-tile">
<img class="project-image" src="assets/photo-II.png" alt="project" />
<p class="project-title">
<span class="code"><</span>
Project I
<span class="code">/></span>
</p>
</a>
<a href="http://www.healthpassport.ch/" target="_blank" class="project project-tile">
<img class="project-image" src="assets/photo-III.png" alt="project" />
<p class="project-title">
<span class="code"><</span>
Project II
<span class="code">/></span>
</p>
</a>
<a href="https://swissbusybee.github.io/Rock-Paper-Scissors-Project/" target="_blank"
class="project project-tile">
<img class="project-image" src="assets/photo-IV.png" alt="project" />
<p class="project-title">
<span class="code"><</span>
Project III
<span class="code">/></span>
</p>
</a>
<a href="https://swissbusybee.github.io/Pomodoro-Project/" target="_blank" class="project project-tile">
<img class="project-image" src="assets/photo-V.png" alt="project" />
<p class="project-title">
<span class="code"><</span>
Project IV
<span class="code">/></span>
</p>
</a>
<a href="https://swissbusybee.github.io/Calculator-Project/" target="_blank" class="project project-tile">
<img class="project-image" src="assets/photo-VI.png" alt="project" />
<p class="project-title">
<span class="code"><</span>
Project V
<span class="code">/></span>
</p>
</a>
</div>
<a href="https://github.com/swissbusybee?tab=repositories" class="btn btn-show-all" target="_blank">Show all<i
class="fas fa-chevron-right"></i></a>
</section>
<!-- END PROJECTS SECTION -->
<!-- START CONTACT SECTION -->
<section id="contact" class="contact-section">
<div class="contact-section-header">
<h2>Let's work together...</h2>
<p>How do you take your coffee?</p>
</div>
<div class="contact-links">
<a id="profile-link" href="https://github.com/swissbusybee" target="_blank" class="btn contact-details"><i
class="fab fa-github"></i> GitHub</a>
<a href="https://www.linkedin.com/in/sue-rocha-9593315" target="_blank" class="btn contact-details"><i
class="fab fa-linkedin"></i> Linkedin</a>
<a href="mailto:[email protected]" class="btn contact-details"><i class="fas fa-at"></i> Send a mail</a>
<a href="tel: +41 79 914 1999" class="btn contact-details"><i class="fas fa-mobile-alt"></i> Call me</a>
</div>
</section>
<!-- END CONTACT SECTION -->
<!-- START FOOTER SECTION -->
<footer>
<p>
© 2021 Created by
<a href="https://swissbusybee.github.io/" target="_blank"> Sue </a> - All
Rights Reserved
<!--Images and Illustrations credit due to Undraw-->
</p>
</footer>
<!-- END FOOTER SECTION -->
</body>
</html>