-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
183 lines (125 loc) · 10.5 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
177
178
179
180
181
182
183
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Page Information
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Pierre Padilla Huamantinco</title>
<meta name="description" content="https://biodotpe.github.io">
<meta name="author" content="Pierre Padilla Huamantinco">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<!-- Themes:
Auto: css/skeleton-auto.css
Light: css/skeleton-light.css
Dark: css/skeleton-dark.css
-->
<link rel="stylesheet" href="css/skeleton-dark.css">
<!-- Brand Styles -->
<link rel="stylesheet" href="css/brands.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/littlelink.png">
</head>
<body>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container">
<div class="row">
<div class="column" style="margin-top: 10%">
<!--
## Getting Started with LittleLink
This page has been built with every pre-designed button available in LittleLink by default. You can rearrange and delete as needed.
You can add your own brand or others brands you may need in the `css/brands.css` file.
You can add custom icons to `images/icons/...`. It is recommended to use a 24x24 .SVG.
Edit the "Your Image Here" section to add your own personal branding, like a picture of yourself or your brand logo!
Edit the "Title" section to change the page heading. You can use something like your name, your social handle, or your brand name.
Edit the "Short Bio" section tell users about yourself or your brand.
-->
<!-- Your Image Here -->
<img src="images/[email protected]" class="avatar" srcset="images/[email protected] 2x" alt="">
<!-- Title -->
<h2 role="heading">Pierre Padilla Huamantinco</h2>
<!-- Short Bio -->
<p>🧑🏽🔬 PhD student in Biological and Medical Engineering | 🦠 Open-Hardware and Microfluidics for Microbiome Analysis | 📢 Advocate of Open Science Hardware </p>
<!--
## Breaking down <a> attributes:
1.) class="button button-default" | The first "button" here is telling this <a> tag that it should make this element a button and applies the default styling in `css/brands.css`.
The second portion, button-default, is declaring the specific brand style you would like to apply. Here we're applying the "default" style and color.
If you want to make this button to use the brand colors for Discord, just change "button-default" to "button-discord". Brands are found in `css/brands.css`. You can always edit & add your own there.
2.) Replace the # in href="#" with the desired target URL for the button.
3.) target="_blank" | This attribute opens links in a new tab. Remove this attribute to prevent links from opening in a new tab.
4.) rel="noopener" | This attribute instructs the browser to navigate to the target resource without granting the new browsing context access to the document that opened it.
This is especially useful when opening untrusted links. https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types/noopener
5.) role="button" | The button role identifies an element as a button to assistive technology such as screen readers.
## Breaking down the <img> attributes:
1.) class="icon" | This class is telling the <img> tag that it should use the styling for icons found in `css/brands.css`.
2.) src="images/icons/[icon-name].svg" | This defines the icon you would like to display from the 'images/icons/' folder. For example, you can change this to src="images/icons/discord.svg" to use the Discord icon.
Add your own 24x24 icons to the "icons" folder to reference them. We recommend providing a SVG.
3.) alt="" | Since the text at the end of the snippet, "..>[Button Text]</a><br>", explains what the button is, we use "alt=""" to nullify the icon annoucement from the accessibility tree.
This can improve the experience for assistive technology users by hiding what is essentially duplicated
-->
<!-- YouTube -->
<a class="button button-yt" href="https://youtu.be/Xu9TgBXRVZw?si=LFWSVpKkT19l9_2x&t=2727" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/youtube.svg" alt="">OLS-8: Open Science Hardware</a><br>
<!-- Generic Website -->
<a class="button button-default" href="https://biodotpe.github.io/about/" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/generic-website.svg" alt="">Visit Personal Website</a><br>
<!--
<br>
<p>Calls and Resources</p>
napari
<a class="button button-napari" href="https://librehub.github.io/napari-LatAm-workshop-2023/" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/napari.svg" alt="">napari LatAm Workshop 2023</a><br>
-->
<br>
<p>Social Media</p>
<!-- Twitter (archiving soon, see 'X') -->
<a class="button button-twit" href="https://twitter.com/biodotpe" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/twitter.svg" alt="">Twitter</a><br>
<!-- Instagram -->
<a class="button button-instagram" href="https://www.instagram.com/biodotpe/" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/instagram.svg" alt="">Instagram</a><br>
<!-- LinkedIn -->
<a class="button button-linked" href="https://linkedin.com/in/pierrepadilla" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/linkedin.svg" alt="">LinkedIn</a><br>
<br>
<p>Research and Development</p>
<!-- Google Scholar -->
<a class="button button-google-scholar" href="https://scholar.google.com/citations?hl=en&user=sDCEeREAAAAJ" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/google-scholar.svg" alt="">Google Scholar</a><br>
<!-- ORCID ID -->
<a class="button button-orcid-id" href="https://orcid.org/0000-0003-4321-1337" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/orcid-id.svg" alt="">ORCID ID</a><br>
<!-- ResearchGate -->
<a class="button button-researchgate" href="https://www.researchgate.net/profile/Pierre-Padilla-Huamantinco" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/researchgate.svg" alt="">ResearchGate</a><br>
<!-- Zenodo -->
<a class="button button-zenodo" href="https://zenodo.org/search?q=metadata.creators.person_or_org.name%3A%22Padilla-Huamantinco%2C%20Pierre%20G%22&l=list&p=1&s=10&sort=bestmatch" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/zenodo.svg" alt="">Zenodo</a><br>
<!-- GitHub -->
<a class="button button-github" href="https://github.com/biodotpe" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/github.svg" alt="">GitHub</a><br>
<br>
<p>CAD Design and 3D printing</p>
<!-- GrabCAD -->
<a class="button button-grabcad" href="https://grabcad.com/pierre.padilla.huamantinco-1" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/grabcad.svg" alt="">GrabCAD</a><br>
<!-- Prusa -->
<a class="button button-prusa" href="https://www.printables.com/@biodotpe_1487336" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/prusa-slicer.svg" alt="">Printables</a><br>
<!-- Thingiverse -->
<a class="button button-thingiverse" href="https://www.thingiverse.com/biodotpe/designs" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/thingiverse.svg" alt="">Thingiverse</a><br>
<br>
<p>Communities</p>
<!-- Gathering Open Science Hardware -->
<a class="button button-gosh" href="https://medium.com/@goshcommunity/gosh-community-member-profile-of-pierre-padilla-build-and-strengthen-regional-networks-64144d6a09bd" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/gosh-icon.svg" alt="">Gathering for Open Science Hardware</a><br>
<!-- reGOSH -->
<a class="button button-regosh" href="https://regosh.libres.cc/en/about-regosh/regosh-nodes/" target="_blank" rel="noopener" role="button"><img class="icon" src="" alt="">reGOSH</a><br>
<br>
<!--
Footer:
This includes a link to privacy.html page which can be setup for your Privacy Policy.
This also includes a link to the LittleLink repository to make forking LittleLink easier.
You can edit or remove anything here to make your own footer.
<p><a href="privacy.html">Privacy Policy</a> | Build your own by forking <a href="https://littlelink.io" target="_blank" rel="noopener" role="button">LittleLink</a>.</p>
-->
<p><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</p>
</div>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>