Skip to content

Commit

Permalink
feat: 2019 refresh code
Browse files Browse the repository at this point in the history
  • Loading branch information
mvirgo committed Aug 20, 2019
1 parent 234898b commit 5ab34f3
Show file tree
Hide file tree
Showing 655 changed files with 585 additions and 26,543 deletions.
75 changes: 19 additions & 56 deletions README.md
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.

Copy link
@yossefnewer

yossefnewer Aug 24, 2022

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;
}


## 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.

Copy link
@hassan3tta

hassan3tta Feb 15, 2022

atta

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 removed fend-refresh/keynotes/L0-advice.key
Binary file not shown.
Binary file removed fend-refresh/keynotes/L0-history-of-web.key
Binary file not shown.
Binary file removed fend-refresh/keynotes/L0-web-never-breaks.key
Binary file not shown.
17 changes: 0 additions & 17 deletions fend-refresh/lesson2/browsers.md

This file was deleted.

13 changes: 0 additions & 13 deletions fend-refresh/lesson2/html-structure/index.html

This file was deleted.

Binary file not shown.

This file was deleted.

35 changes: 0 additions & 35 deletions fend-refresh/lesson2/problem-set/article-mockup/index-go-blog.html

This file was deleted.

27 changes: 0 additions & 27 deletions fend-refresh/lesson2/problem-set/article-mockup/index-images.html

This file was deleted.

25 changes: 0 additions & 25 deletions fend-refresh/lesson2/problem-set/article-mockup/index-simple.html

This file was deleted.

20 changes: 0 additions & 20 deletions fend-refresh/lesson2/problem-set/article-mockup/index.html

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

Loading

0 comments on commit 5ab34f3

Please sign in to comment.