Skip to content
This repository was archived by the owner on Oct 16, 2023. It is now read-only.

Bump y18n from 3.2.1 to 3.2.2 in /week13/todo-front/front #15

Open
wants to merge 59 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
6c3ff06
Dev
bzzitsme Jan 23, 2019
2ef3057
web dev
bzzitsme Jan 23, 2019
78eef09
web dev
bzzitsme Jan 23, 2019
f6fd147
KhanAcademy tasks upload
bzzitsme Jan 26, 2019
f9a3bb8
???????????????????
bzzitsme Jan 27, 2019
32b1532
Khan Academy tasks
bzzitsme Jan 27, 2019
30573fe
HTML CSS
bzzitsme Jan 27, 2019
241804f
Update
bzzitsme Jan 30, 2019
6807200
Half-Done Facebook Welcome Page
bzzitsme Jan 30, 2019
ac155da
Added Task1 Facebook
bzzitsme Jan 30, 2019
375205b
Refresh
bzzitsme Jan 30, 2019
cbfa165
Update
bzzitsme Jan 30, 2019
6c5031a
Refresh
bzzitsme Jan 31, 2019
3306f00
Refresh
bzzitsme Feb 1, 2019
d112a71
Refresh
bzzitsme Feb 1, 2019
1a36051
Refresh
bzzitsme Feb 1, 2019
cc1e5d1
Refresh
bzzitsme Feb 1, 2019
53f0510
Refresh
bzzitsme Feb 1, 2019
5febc17
Refresh
bzzitsme Feb 1, 2019
5288768
Refresh
bzzitsme Feb 3, 2019
d152766
Refresh
bzzitsme Feb 3, 2019
063fd60
Update
bzzitsme Feb 5, 2019
c9ed420
Update
bzzitsme Feb 5, 2019
527c8b3
Refresh
bzzitsme Feb 5, 2019
39f3102
Refresh
bzzitsme Feb 9, 2019
1a73297
Refresh
bzzitsme Feb 9, 2019
f2ad401
To Do List
bzzitsme Feb 11, 2019
c7341f2
informatics problems for IF, ELIF, ELSE
bzzitsme Apr 1, 2019
8148aef
Informatics problems for loop
bzzitsme Apr 1, 2019
bd21da3
Informatics basic problems
bzzitsme Apr 1, 2019
46f7558
Informatics problems WHILE
bzzitsme Apr 1, 2019
7f58af9
Informatics problems Array
bzzitsme Apr 1, 2019
929036e
Informatics problems Functions
bzzitsme Apr 1, 2019
c3de69f
Added Hackerrank problems
bzzitsme Apr 1, 2019
a613740
Added CodingBat problems
bzzitsme Apr 1, 2019
0bdff6e
Django Mango
bzzitsme Apr 1, 2019
2ddf85f
changes
bzzitsme Apr 1, 2019
f6341ea
Django
bzzitsme Apr 1, 2019
b5089a3
Todo Backend Finished
bzzitsme Apr 8, 2019
69bc39b
Todo Backend Finished
bzzitsme Apr 8, 2019
c51f5f4
Backend Finished
bzzitsme Apr 8, 2019
588b3af
added .gitignore
bzzitsme Apr 8, 2019
cfc316f
update
bzzitsme Apr 9, 2019
7b28342
refresh
bzzitsme Apr 18, 2019
b6b8e51
refresh
bzzitsme Apr 20, 2019
a0d58c5
refresh
bzzitsme Apr 20, 2019
fc7750b
Refresh
bzzitsme Apr 20, 2019
fc7adad
Week 12 but in Week11 folder
bzzitsme Apr 21, 2019
445faf2
Updating all commit comments
bzzitsme Apr 21, 2019
e9a297b
Updating all commit comments
bzzitsme Apr 21, 2019
77fc80a
Updating all commit comments
bzzitsme Apr 21, 2019
703089b
week 13
bzzitsme Apr 27, 2019
26b61a9
Update
bzzitsme Apr 29, 2019
eb5c493
Update
bzzitsme May 1, 2019
3e9217f
Update
bzzitsme May 11, 2019
6d456fb
Update
bzzitsme May 11, 2019
09aeaf7
Update
bzzitsme May 11, 2019
646a3a5
ref
bzzitsme May 30, 2019
3f44de3
Bump y18n from 3.2.1 to 3.2.2 in /week13/todo-front/front
dependabot[bot] May 8, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
209 changes: 209 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,209 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
/node_modules

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# Translations
*.mo
*.pot

# Sphinx documentation
docs/_build/

# PyBuilder
target/


### Django ###
*.log
*.pot
*.pyc
__pycache__/
local_settings.py

.env
db.sqlite3


# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
.myvenv
env/
venv/
myvenv/
ENV/
env.bak/
venv.bak/
myvenv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/

# Virtualenv
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
.Python
[Bb]in
[Ii]nclude
[Ll]ib
[Ll]ib64
[Ll]ocal
[Ss]cripts
[Tt]cl
LICENSE.txt
pyvenv.cfg
.venv
.idea
pip-selfcheck.json
1 change: 0 additions & 1 deletion README.md

This file was deleted.

86 changes: 86 additions & 0 deletions week0/Code Academy - CSS/Visual-Rules.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
body {
/* Old browsers */
background: #141E30;
/* Chrome 10-25, Safari 5.1-6 */
background: -webkit-linear-gradient(-45deg, #35577D, #141E30);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background: linear-gradient(-45deg, #35577D, #141E30);
margin: 0;
padding: 0;
}

h1 {
color: #FFF;
font-size: 2em;
padding-top: 100px;
width: 100%;
text-align:center;
}

h2 {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
color: rgba(255, 255, 255, 0.5);
font-weight: 100;
font-size: 22px;
line-height: 24px;
padding-bottom: 30px;
text-align: left;
width: 70%;
}

p {
color: AliceBlue;
line-height: 1.3em;
text-align: left;
width: 100%;
font-weight:bold;
font-family:Helvetica;
font-size:18px;
}

.byline {
font-family: Helvetica;
color: rgba(255, 255, 255, 0.5);
float: left;
font-size: 14px;
padding-left: 10px;
text-transform: uppercase;
}

.caption {
display: block;
font-family: 'Playfair Display', serif;
font-size: 14px;
font-style: italic;
line-height: 14px;
margin-left: 20px;
padding: 10px;
position: relative;
top: 80%;
width: 60%;
background-color:white;
color:black;
opacity:0.75;
}

.content {
padding: 40px;
}

.image {
background-image: url("https://s3.amazonaws.com/codecademy-content/courses/freelance-1/unit-2/soccer.jpeg");
background-size: cover;
background-position: center;
height: 300px;
}

.writer-img {
-webkit-box-shadow: 5px 0px 5px 0px rgba(0, 0, 50, 0.97);
-moz-box-shadow: 5px 0px 5px 0px rgba(0, 0, 50, 0.97);
box-shadow: 5px 0px 5px 0px rgba(0, 0, 50, 0.97);
float: left;
width: 50px;
}
h1,h2{
font-family:Georgia;
}
30 changes: 30 additions & 0 deletions week0/Code Academy - CSS/Visual-Rules.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html>

<head>
<title>The Rise of Soccer in The US</title>

<link href="style.css" type="text/css" rel="stylesheet">
</head>

<body>

<div class="content">
<img src="https://s3.amazonaws.com/codecademy-content/courses/web-101/unit-4/htmlcss1-img_writer-avatar.jpg" class="writer-img">
<h3 class="byline">Article By: Jane Dover</h3>
<h1>How the Rise of Soccer in the US Is Changing the Face of Youth Sports</h1>
<h2>The focus on soccer in youth sports programs is exploding nation-wide</h2>
<p>When the first World Cup arrived in the US in the 90's everyone officially declared that soccer was it. Well it's taken it's time but we can definitely see the influence of soccer, especially women's soccer, across the US. This year, 3 million kids
played in youth soccer leagues with 2/3 of those leagues for girls. In fact, in the 12-17 age range the MLS has surpassed the MLB and NFL in popularity.</p>
<p>Part of this meteoric rise can be attributed to the impressively soaring ad dollars being pumped into the Women's World Cup games in 2014. The women's games generated $40 million for Fox, that's definitely not chump change. And those advertisers,
like ATT, Coca Cola, Verizon, Nike, Visa, and other heavy hitters, are working to make sure they see those numbers grow year after year by investing in youth soccer facilities and promoting programs across the country. </p>
<p>Now that big business is involved you can be assured you'll see a continued rise in popularity in soccer across the country for years to come. </p>
</div>

<div class="image">
<p class="caption">The local semi- pro soccer team in Seattle, WA plays an international friendly</p>
</div>

</body>

</html>
Loading