Skip to content

Instantly share code, notes, and snippets.

@AndFran
AndFran / fakebook.html
Last active May 15, 2018 09:21
HW - 01
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Andrew's FakeBook</title>
</head>
<body>
<h1>Fakebook</h1>
@AndFran
AndFran / fakebook.css
Last active May 15, 2018 09:27
HW 02 - fakebook
body {
background-size:cover;
background-image: url("https://www.loriswebs.com/images/cloudbg1sml2.jpg");
}
/* Main page title*/
h1{
background: #80bdff;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<p class="center big-letters">
@AndFran
AndFran / login.html
Created May 17, 2018 11:25
Login page sketch up.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
.blue-text {
color: blue;
}
@AndFran
AndFran / PY0101EN-1-1-Types.ipynb
Created January 24, 2020 08:35
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@AndFran
AndFran / PY0101EN-1-2-Strings.ipynb
Created January 24, 2020 08:49
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@AndFran
AndFran / PY0101EN-2-1-Tuples.ipynb
Created January 24, 2020 11:06
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@AndFran
AndFran / PY0101EN-2-2-Lists.ipynb
Created January 24, 2020 11:09
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@AndFran
AndFran / PY0101EN-2-3-Dictionaries.ipynb
Created January 24, 2020 11:27
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@AndFran
AndFran / PY0101EN-2-4-Sets.ipynb
Created January 24, 2020 12:01
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.