-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rock-Saharai Cante #46
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,66 @@ | ||||||
<!DOCTYPE html> | ||||||
<html lang="en"> | ||||||
<!-- Header --> | ||||||
<head> | ||||||
<meta charset="UTF-8"> | ||||||
<script src="https://use.fontawesome.com/c0ac3b38ec.js"></script> <!--insert Linkedin and Github icons as classes --> | ||||||
<title>Saharai's Personal Portfolio WebPage</title> | ||||||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||||||
<link rel="stylesheet" type="text/css" href="/Users/ada/Developer/projects/personal-website/content/stylesheets/style_bio.css"> | ||||||
</head> | ||||||
<!-- Body --> | ||||||
<body> | ||||||
<section id="banner"> | ||||||
<div class="banner-text"> | ||||||
|
||||||
<h1>Bio-she/her/ellx</h1> | ||||||
<br> | ||||||
<p>The incredible amount of overlap between Software Development and Neuroscience research motivated my journey into programming. In addition to analogous developmental processes in both fields, the opportunity to spearhead projects allowed me to learn about the significant role technology plays in advancing therapeutic findings. This increased awareness, coupled with prior exposure to programming in academic settings, rekindled my passion for innovation and problem solving. Once I officially became an Adie, it was a pleasant surprise to find out that the fast paced world of software engineering played to my strengths as a researcher and as someone who identifies with the neurodiverse community. | ||||||
|
||||||
I welcome challenges and am driven by my curiosity and dedication to pursue a career that allows for constant growth. My prior work experience has served me greatly in optimizing my time at ADA. Operating at a graduate student level daily, working under multiple guidelines, and strategic planning, has taught me to be resourceful and to adapt. From networking to debugging, my work ethic has served me well in my commitment to follow my curiosty and pursue my passion for learning. In addition to giving me access to a great curriculum, ADA has taught me how to feel comfortable with the uncomfortable, and that has been the key to my success and a great daily reminder. Hence, now I am confident in pursuing my interests in full-stack based work. I look forward to bringing my technical and transferrable skills into the workforce and take ownership of my accomplishments and contribute to team goals.</p> | ||||||
<div class="banner-btn"> | ||||||
<a href="/Users/ada/Developer/projects/personal-website/content/index.html"><span></span>Home</a> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same Comment as above about relative path. However, because
Suggested change
|
||||||
</div> | ||||||
</div> | ||||||
</section> | ||||||
<div id="sideNav"> | ||||||
<nav> | ||||||
<ul> | ||||||
<li><a href="file:///Users/ada/Developer/projects/personal-website/content/index.html#">HOME</a></li> | ||||||
<li><a href="/Users/ada/Developer/projects/personal-website/content/about.html">ABOUT</a></li> | ||||||
<li><a href="/Users/ada/Developer/projects/personal-website/content/hobby-journal.html">HOBBY JOURNAL</a></li> | ||||||
<li><a href="/Users/ada/Developer/projects/personal-website/content/portfolio.html">PORTFOLIO</a></li> | ||||||
</ul> | ||||||
</nav> | ||||||
</div> | ||||||
<div id="menulogo"> | ||||||
<img src="/Users/ada/Developer/projects/personal-website/images/saharis-spirit-animal.png" id="menu"> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
In this case, |
||||||
</div> | ||||||
<script> | ||||||
var menulogo=document.getElementById("menulogo") | ||||||
var sideNav=document.getElementById("sideNav") | ||||||
var menu=document.getElementById("menu") | ||||||
sideNav.style.right="-250px" | ||||||
menulogo.onclick = function(){ | ||||||
if(sideNav.style.right=="-250px"){ | ||||||
sideNav.style.right="0"; | ||||||
} | ||||||
else{ | ||||||
sideNav.style.right="-250px"; | ||||||
} | ||||||
} | ||||||
</script> | ||||||
<section id="footer"> | ||||||
<div class="title-text"> | ||||||
<p><strong>CONTACT</strong></p> | ||||||
<p>[email protected]</p> | ||||||
<p>+0123-3434-koala</p> | ||||||
</div> | ||||||
<div class="social-links"> | ||||||
<a href="https://www.linkedin.com/in/saharai-cante-349205137/" class="fa fa-linkedin-square" aria-hidden="true"></a> | ||||||
<a href="https://github.com/scantea" class="fa fa-github-alt" aria-hidden="true"></a> | ||||||
<p>© 2021 Copyright Koalafied Inc</p> | ||||||
</div> | ||||||
</section> | ||||||
</body> | ||||||
</html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<!-- Header --> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<script src="https://use.fontawesome.com/c0ac3b38ec.js"></script> <!--insert Linkedin and Github icons as classes --> | ||
<title>Saharai's Personal Portfolio WebPage</title> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<link rel="stylesheet" type="text/css" href="/Users/ada/Developer/projects/personal-website/content/stylesheets/style_hobby.css"> | ||
</head> | ||
<!-- Body --> | ||
<body> | ||
<section id="banner"> | ||
<div class="banner-text"> | ||
|
||
<h1>Hobbies</h1> | ||
<br> | ||
<h3>--Step into the Foray: An Excerpt--</h3> | ||
<br> | ||
<p>In my free time I like to imagine what sensations we as humans will never experience due to our limited biological senses.</p> | ||
<p>As strange as it may seem, 2020 forced us all in a space of reflection and thought. "What better way to spend said time than to immerse oneself in hypothetical situations or existentialist theories?" I asked myself.</p> | ||
<p>"What would it feel like to be a cloud, full of rain?"</p> | ||
<p>My proclivity for strange yet wholesome rabbit holes, are often the springboard to my art. I paint, draw and write poetry on the magical experiences that my inner child wishes could be reality.</p> | ||
<p>However, I will not pretend I am something I am not. I am anything but a detached aloof mind.</p> | ||
<p>Like any other zillenial, I spend too much time on TikTok, spamming friends, family, and even a few unfortunate strangers.</p> | ||
<p>I look for ways to entertain myself, while still respecting life, nature, and people.</p> | ||
<p>Hiking, yoga, history facts, and podcasts, are some of the few activities that grounded me whilst my mind beckoned me to fly away with it.</p> | ||
<p>Alas, this introverted lifestyle is coming to a bittersweet end, and a new beginning awaits.</p> | ||
<div class="banner-btn"> | ||
<a href="/Users/ada/Developer/projects/personal-website/content/index.html"><span></span>Home</a> | ||
</div> | ||
</div> | ||
</section> | ||
<div id="sideNav"> | ||
<nav> | ||
<ul> | ||
<li><a href="file:///Users/ada/Developer/projects/personal-website/content/index.html#">HOME</a></li> | ||
<li><a href="/Users/ada/Developer/projects/personal-website/content/about.html">ABOUT</a></li> | ||
<li><a href="/Users/ada/Developer/projects/personal-website/content/hobby-journal.html">HOBBY JOURNAL</a></li> | ||
<li><a href="/Users/ada/Developer/projects/personal-website/content/portfolio.html">PORTFOLIO</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
<div id="menulogo"> | ||
<img src="/Users/ada/Developer/projects/personal-website/images/saharis-spirit-animal.png" id="menu"> | ||
</div> | ||
<script> | ||
var menulogo=document.getElementById("menulogo") | ||
var sideNav=document.getElementById("sideNav") | ||
var menu=document.getElementById("menu") | ||
sideNav.style.right="-250px" | ||
menulogo.onclick = function(){ | ||
if(sideNav.style.right=="-250px"){ | ||
sideNav.style.right="0"; | ||
} | ||
else{ | ||
sideNav.style.right="-250px"; | ||
} | ||
} | ||
</script> | ||
<section id="footer"> | ||
<div class="title-text"> | ||
<p><strong>CONTACT</strong></p> | ||
<p>[email protected]</p> | ||
<p>+0123-3434-koala</p> | ||
</div> | ||
<div class="social-links"> | ||
<a href="https://www.linkedin.com/in/saharai-cante-349205137/" class="fa fa-linkedin-square" aria-hidden="true"></a> | ||
<a href="https://github.com/scantea" class="fa fa-github-alt" aria-hidden="true"></a> | ||
<p>© 2021 Copyright Koalafied Inc</p> | ||
</div> | ||
</section> | ||
</body> | ||
</html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<!-- Header --> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<script src="https://use.fontawesome.com/c0ac3b38ec.js"></script> <!--insert Linkedin and Github icons as classes --> | ||
<title>Saharai's Personal Portfolio WebPage</title> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<link rel="stylesheet" type="text/css" href="/Users/ada/Developer/projects/personal-website/content/stylesheets/style.css"> | ||
</head> | ||
<!-- Body --> | ||
<body> | ||
<section id="banner"> | ||
<div class="banner-text"> | ||
<h3>DREAMER | SOFTWARE ENGINEER | ARTIST</h3> | ||
<h1>Saharai Cante</h1> | ||
<p>"Walking the Line Between Rebellion and Conformity"</p> | ||
<div class="banner-btn"> | ||
<a href="/Users/ada/Developer/projects/personal-website/content/about.html"><span></span>Enter</a> | ||
</div> | ||
</div> | ||
</section> | ||
<div id="sideNav"> | ||
<nav> | ||
<ul> | ||
<li><a href="#">HOME</a></li> | ||
<li><a href="/Users/ada/Developer/projects/personal-website/content/about.html">ABOUT</a></li> | ||
<li><a href="/Users/ada/Developer/projects/personal-website/content/hobby-journal.html">HOBBY JOURNAL</a></li> | ||
<li><a href="/Users/ada/Developer/projects/personal-website/content/portfolio.html">PORTFOLIO</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
<div id="menulogo"> | ||
<img src="/Users/ada/Developer/projects/personal-website/images/saharis-spirit-animal.png" id="menu"> | ||
</div> | ||
<script> | ||
var menulogo=document.getElementById("menulogo") | ||
var sideNav=document.getElementById("sideNav") | ||
var menu=document.getElementById("menu") | ||
sideNav.style.right="-250px" | ||
menulogo.onclick = function(){ | ||
if(sideNav.style.right=="-250px"){ | ||
sideNav.style.right="0"; | ||
} | ||
else{ | ||
sideNav.style.right="-250px"; | ||
} | ||
} | ||
</script> | ||
<section id="footer"> | ||
<div class="title-text"> | ||
<p><strong>CONTACT</strong></p> | ||
<p>[email protected]</p> | ||
<p>+0123-3434-koala</p> | ||
</div> | ||
<div class="social-links"> | ||
<a href="https://www.linkedin.com/in/saharai-cante-349205137/" class="fa fa-linkedin-square" aria-hidden="true"></a> | ||
<a href="https://github.com/scantea" class="fa fa-github-alt" aria-hidden="true"></a> | ||
<p>© 2021 Copyright Koalafied Inc</p> | ||
</div> | ||
</section> | ||
</body> | ||
</html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,165 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<!-- Header --> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<script src="https://use.fontawesome.com/c0ac3b38ec.js"></script> <!--insert Linkedin and Github icons as classes --> | ||
<title>Saharai's Personal Portfolio WebPage</title> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<link rel="stylesheet" type="text/css" href="/Users/ada/Developer/projects/personal-website/content/stylesheets/style_portfolio.css"> | ||
</head> | ||
<!-- Body --> | ||
<body> | ||
<section id="banner"> | ||
<div class="banner-text"> | ||
|
||
<h2>Portfolio: Projects</h2> | ||
</div> | ||
</section> | ||
<section id="section-a"> | ||
<div class="section-a-text"> | ||
<h3>Project: Video Store CLI</h3> | ||
<br> | ||
<p>Skills:</p> | ||
<br> | ||
<ul> | ||
<li>Client Server model</li> | ||
<li>RESTful routes</li> | ||
<li>Using an external API</li> | ||
<li>Building a front end CLI</li> | ||
</ul> | ||
<br> | ||
<p>Description: Video Store demo that keeps track of video and customer information. Built a CLI with the following set of funcionalities:</p> | ||
<br> | ||
<ul> | ||
<li>Customer create, edit, delete</li> | ||
<li>Video create, edit, delete</li> | ||
<li>List customers</li> | ||
<li>List videos</li> | ||
<li>Check out video to customer</li> | ||
<li>Check in video from customer</li> | ||
</ul> | ||
<br> | ||
</div> | ||
|
||
</section> | ||
<section id="section-b"> | ||
<div class="section-b-text"> | ||
<h3>Project: Retro Video Store</h3> | ||
<br> | ||
<p>Skills:</p> | ||
<br> | ||
<ul> | ||
<li>Client Server model</li> | ||
<li>RESTful routes</li> | ||
<li>Using git as development workflow</li> | ||
<li>Using postman to run smoke tests</li> | ||
<li>Driving development with independant research,experimentation and collaboration</li> | ||
<li>Flask Package-creating models, many to many relationships,creating unconventional routes, and creating conventional RESTful CRUD routes for models</li> | ||
</ul> | ||
<br> | ||
<p>Description: Video Store demo that keeps track of video and customer information. Backend processes handled listed below:</p> | ||
<br> | ||
<ul> | ||
<li>Customers, all CRUD actions</li> | ||
<li>Videos, all CRUD actions</li> | ||
<li>Video rental checkout, custom endpoint</li> | ||
<li>Video rental check in, custom endpoint</li> | ||
<li>Listing videos checked out to a customer, custom endpoint</li> | ||
<li>Listing customers who have checked out a video, custom endpoint</li> | ||
</ul> | ||
<br> | ||
</div> | ||
</section> | ||
<section id="section-c"> | ||
<div class="section-c-text"> | ||
<h3>Project: Task List API</h3> | ||
<br> | ||
<p>Skills:</p> | ||
<br> | ||
<ul> | ||
<li>Client Server model</li> | ||
<li>RESTful routes</li> | ||
<li>Using pytest as part of development workflow</li> | ||
<li>Using postman to run smoke tests</li> | ||
<li>Driving development with independant research,experimentation and collaboration</li> | ||
<li>Flask Package-creating models, one to many relationships,creating unconventional routes, and creating conventional RESTful CRUD routes for models</li> | ||
</ul> | ||
<br> | ||
<p>Description: Created a web API to organize tasks and associated goals</p> | ||
<br> | ||
<ul> | ||
<li>Mark tasks as complete, and get feedback status via Slack</li> | ||
<li>Organize tasks list with goals via a one to many relationship</li> | ||
<li>Creating models in associatino with app setups</li> | ||
<li>app deployment via heroku</li> | ||
</ul> | ||
<br> | ||
</div> | ||
</section> | ||
<section id="section-d"> | ||
<div class="section-d-text"> | ||
<h3>Project: Viewing Party</h3> | ||
<br> | ||
<p>Skills:</p> | ||
<br> | ||
<ul> | ||
<li>Conditional Logic</li> | ||
<li>Lists</li> | ||
<li>Dictionaries</li> | ||
<li>Nested loops</li> | ||
<li>Nested data structures</li> | ||
</ul> | ||
<br> | ||
<p>Description: Create nested dictionaries and lists structures and access them accordingly based on pytests</p> | ||
<br> | ||
<ul> | ||
<li>Create dictionaries consisitng of title,genre, and rating, named "watchlist" and "watched"</li> | ||
<li>Retrieve data from different users with different data</li> | ||
<li>Create dictionaries that will update based on each individual's watchlist</li> | ||
<li>Return data that details movie reccomendations based on interests,ratings, and "watched" list</li> | ||
</ul> | ||
<br> | ||
</div> | ||
</section> | ||
<div id="sideNav"> | ||
<nav> | ||
<ul> | ||
<li><a href="file:///Users/ada/Developer/projects/personal-website/content/index.html#">HOME</a></li> | ||
<li><a href="/Users/ada/Developer/projects/personal-website/content/about.html">ABOUT</a></li> | ||
<li><a href="/Users/ada/Developer/projects/personal-website/content/hobby-journal.html">HOBBY JOURNAL</a></li> | ||
<li><a href="/Users/ada/Developer/projects/personal-website/content/portfolio.html">PORTFOLIO</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
<div id="menulogo"> | ||
<img src="/Users/ada/Developer/projects/personal-website/images/saharis-spirit-animal.png" id="menu"> | ||
</div> | ||
<script> | ||
var menulogo=document.getElementById("menulogo") | ||
var sideNav=document.getElementById("sideNav") | ||
var menu=document.getElementById("menu") | ||
sideNav.style.right="-250px" | ||
menulogo.onclick = function(){ | ||
if(sideNav.style.right=="-250px"){ | ||
sideNav.style.right="0"; | ||
} | ||
else{ | ||
sideNav.style.right="-250px"; | ||
} | ||
} | ||
</script> | ||
<section id="footer"> | ||
<div class="title-text"> | ||
<p><strong>CONTACT</strong></p> | ||
<p>[email protected]</p> | ||
<p>+0123-456-koala</p> | ||
</div> | ||
<div class="social-links"> | ||
<a href="https://www.linkedin.com/in/saharai-cante-349205137/" class="fa fa-linkedin-square" aria-hidden="true"></a> | ||
<a href="https://github.com/scantea" class="fa fa-github-alt" aria-hidden="true"></a> | ||
<p>© 2021 Copyright Koalafied Inc</p> | ||
</div> | ||
</section> | ||
</body> | ||
</html> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Be careful about using absolute path, this will work on your own machine but when you push your code on a project you're working with others they won't have the same file path as you on their machines.
I recommend using relative path which describes the path starting from the root of your project. So in this case
./stylesheets/style.css
which we can verbalize into: