-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
655 changed files
with
585 additions
and
26,543 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,74 +1,37 @@ | ||
# Front End Nanodegree Program | ||
|
||
General Front End Nanodegree Content Resources | ||
Front End Nanodegree Content & Project Resources | ||
This comment has been minimized.
Sorry, something went wrong. |
||
|
||
## Table of Contents | ||
|
||
* [Repo](#repo) | ||
* [Projects](#projects) | ||
* [Lessons](#lessons) | ||
* [Tools](#tools) | ||
* [Creators](#creators) | ||
|
||
## Repo | ||
|
||
Inside the repo you'll find the following folders used to organize resources for FEND. Each lesson folder is composed of **assets**, **concepts**, **keynotes**, and an optional **problem set**. | ||
|
||
``` | ||
fend/ | ||
└── lessons/ | ||
├── L0 | ||
├── L1 | ||
├── L2 | ||
│ ├── assets | ||
│ ├── concepts | ||
│ ├── keynotes | ||
│ └── problem-set | ||
├── L3 | ||
├── L4 | ||
└── ... | ||
``` | ||
* [Courses](#courses) | ||
* [Style-Guide](#style-guide) | ||
|
||
## Projects | ||
|
||
The following is a list of current projects required to complete the Front End Nanodegree. | ||
|
||
1. [Mockup to Article](https://github.com/udacity/frontend-mockup-to-article) | ||
2. [Animal Trading Cards](https://github.com/udacity/fend-animal-trading-cards) | ||
3. Build a Portfolio Site | ||
4. [Online Resume](https://github.com/udacity/frontend-nanodegree-resume) | ||
5. [Classic Arcade Game Clone](https://github.com/udacity/frontend-nanodegree-arcade-game) | ||
6. [Website Optimization](https://github.com/udacity/frontend-nanodegree-mobile-portfolio) | ||
7. Neighborhood Map | ||
8. [Feed Reader Testing](http://github.com/udacity/frontend-nanodegree-feedreader) | ||
Note that projects that do not include associated starter code are not linked here. | ||
|
||
## Lessons | ||
1. Personal Blog Website | ||
2. [Landing Page](https://github.com/udacity/fend/tree/refresh-2019/projects/landing-page) | ||
This comment has been minimized.
Sorry, something went wrong. |
||
3. [Weather Journal App](https://github.com/udacity/fend/tree/refresh-2019/projects/weather-journal-app) | ||
4. Evaluate A News Article with Natural Language Processing | ||
5. Capstone - Travel App | ||
|
||
The following is a list of the lessons associated with the Front End Nanodegree. | ||
## Courses | ||
|
||
* L0 - Establishing a Web Developer Mindset | ||
* L1 - Nanodegree Orientation | ||
* L2 - HTML Syntax | ||
* L3 - CSS Syntax | ||
* L4 - How to Write Code Faster | ||
* L5 - Box Model and Semantic Elements | ||
The following is a list of the courses associated with the Front End Nanodegree. | ||
|
||
## Tools | ||
* C1 - CSS, Website Layout, Website Components | ||
* C2 - JavaScript & The DOM | ||
* C3 - Web API's and Asynchronous Applications | ||
* C4 - Build Tools and Single Page Web Apps | ||
* C5 - Capstone | ||
|
||
The following is a list of tools used thoroughout the Front End Nanodegree. | ||
|
||
* [Chrome Feedback Extension](http://labs.udacity.com/udacity-feedback-extension/) | ||
* [JavaScript Grader](https://github.com/udacity/js-grader) | ||
* [Nanodegree Style Guide](http://udacity.github.io/frontend-nanodegree-styleguide/) | ||
## Style-Guide | ||
|
||
## Creators | ||
See below for the Udacity Style Guide used thoroughout the Front End Nanodegree. | ||
|
||
**Cameron Pittman** | ||
|
||
* <https://twitter.com/cwpittman> | ||
* <https://github.com/cameronwp> | ||
|
||
**James Parkes** | ||
|
||
* <https://twitter.com/parkesrjames> | ||
* <https://github.com/jamesparkes> | ||
* [Nanodegree Style Guide](http://udacity.github.io/frontend-nanodegree-styleguide/) |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
28 changes: 0 additions & 28 deletions
28
fend-refresh/lesson2/problem-set/article-mockup/go-blog-solution.html
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
fend-refresh/lesson2/problem-set/article-mockup/index-go-blog.html
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
fend-refresh/lesson2/problem-set/article-mockup/index-images.html
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
fend-refresh/lesson2/problem-set/article-mockup/index-simple.html
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
fend-refresh/lesson2/problem-set/article-mockup/index.html
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-468 KB
fend-refresh/lesson2/problem-set/article-mockup/mockup-to-article.zip
Binary file not shown.
Binary file removed
BIN
-129 KB
fend-refresh/lesson2/problem-set/article-mockup/mockup-to-article/blog-mockup.pdf
Binary file not shown.
35 changes: 0 additions & 35 deletions
35
fend-refresh/lesson2/problem-set/article-mockup/mockup-to-article/index.html
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
html, body {
margin: 0;
padding: 0;
font-family: sans-serif;
scroll-behavior: smooth;
}
.navbar{
position: fixed;
top: 0;
z-index: 1;
width: 100%;
height: 60px;
background: rgb(5, 140, 5);
align-content: center;
justify-content: center;
}
.main{
min-height: 100vh;
display: flex;
background-image: url(./bb/bb.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.charcters{
background: rgb(5, 140, 5);
padding: 20px 0 ;
}
.charcters ul {
margin: 0;
padding: 0;
text-align: center;
}
.charcters ul li {
list-style: none;
margin: 0 20px;
display: inline;
}
.charcters ul li a.active {
background: #0bd9e0;
}
.charcters ul li a {
color: black;
font-size: 1em;
line-height: 1em;
text-transform: uppercase;
text-decoration: none;
padding: 15px 20px;
display: inline-block;
font-weight: 700;
transition: 0.5s;
justify-content: center;
}
.charcters ul li:hover a{
background: #0bd9e0;
}
.section1, .section2, .section3, .section4 {
min-height: 100vh;
display: flex;
justify-content:left;
align-items: center;
font-size: 3em;
text-transform: uppercase;
font-weight: 700;
color: rgb(182, 174, 174);
scroll-snap-align: center;
}
.section1{
background-image: url(./ww/ww.jpg) ;
background-size: cover;
}
.section2{
background-image: url(./jp/elcamino00.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.section3{
background-image: url(./hs/wallpaperflare-cropped.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.section4{
background-image: url(./sg/Picsart_22-08-24_04-11-06-030.jpg);
background-repeat: no-repeat;
background-size: cover;
}