This repository was archived by the owner on Jun 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Faj #144
Open
artem-borutenko
wants to merge
9
commits into
udacity:master
Choose a base branch
from
artem-borutenko:faj
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Faj #144
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
6b69d03
first
artem-borutenko a5d587b
second
artem-borutenko 3d7bb35
third
artem-borutenko 5b251ee
four
artem-borutenko 344cf76
fifth
artem-borutenko e43b6fe
com
artem-borutenko ba43c59
bnbn
artem-borutenko 22c3474
fgfgfgfg
artem-borutenko eda7f4b
dddd
artem-borutenko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -3,70 +3,102 @@ | |
| <head> | ||
| <meta charset="utf-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
| <meta name="description" content=" FILL ME IN "> | ||
| <meta name="author" content=" FILL ME IN "> | ||
| <meta name="description" content="CRP"> | ||
| <meta name="author" content="Artem Borutenko"> | ||
| <title>Cameron Pittman: Portfolio</title> | ||
|
|
||
| <!-- Hmm, what is the impact of web fonts on speed? Measure it... --> | ||
| <link href="//fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet"> | ||
|
|
||
| <link href="css/style.css" rel="stylesheet"> | ||
| <link href="css/print.css" rel="stylesheet"> | ||
|
|
||
| <script> | ||
| (function(w,g){w['GoogleAnalyticsObject']=g; | ||
| w[g]=w[g]||function(){(w[g].q=w[g].q||[]).push(arguments)};w[g].l=1*new Date();})(window,'ga'); | ||
|
|
||
| // Optional TODO: replace with your Google Analytics profile ID. | ||
| ga('create', 'UA-XXXX-Y'); | ||
| ga('send', 'pageview'); | ||
| </script> | ||
| <script src="http://www.google-analytics.com/analytics.js"></script> | ||
| <style> | ||
| html { | ||
| font-size: 100%; | ||
| overflow-y: scroll; | ||
| -webkit-tap-highlight-color: rgba(0,0,0,0); | ||
| -ms-text-size-adjust: 100%; | ||
| -webkit-text-size-adjust: none; | ||
| } | ||
| body { margin: 0; font-size: 14px; line-height: 1.61; font-weight: 400; } | ||
| body, button, input, select, textarea { font-family: 'Open Sans', sans-serif; color: #333; } | ||
| a { color: #12C; } | ||
artem-borutenko marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| a:visited { color: #61C; } | ||
| a:focus { outline: thin dotted; } | ||
| a:hover, a:active { color: #c00; outline: 0; } | ||
| b, strong { font-weight: bold; } | ||
| pre, code { font-family: monospace, monospace; font-size: 1em; } | ||
| ul, ol { margin: 1em 0; padding: 0 0 0 20px; } | ||
| img { border: 0; max-width: 100%; } | ||
| body { background: #fff; } | ||
| header, footer, .container { max-width: 45em; margin: 0 auto; } | ||
| header { padding: 0 0.5em; color: #C90B0B; } | ||
| header img { border-radius: 40px; float: left; } | ||
| header p { font-size:1.5em; font-weight: bold; padding-left: 4em;} | ||
| header p span { font-size: 0.8em; font-weight: normal;} | ||
| .hero { padding: 2em; background-color: #f8f8f8; font-size:1.2em; | ||
| border-bottom: 1px solid #ccc; | ||
| border-top: 1px solid #ccc; | ||
| } | ||
| .content { padding: 1em 1em; } | ||
| .content li { list-style-type: none; font-size: 1.1em;} | ||
| li img { float:left; padding-right: 1em; } | ||
| li p { font-size: 0.9em; font-style: italic; } | ||
| footer { | ||
| padding: 0 0.5em; | ||
| border-top: 1px solid #ccc; | ||
| } | ||
| footer span { float: right; font-style: italic; } | ||
| @media only screen and (max-width: 480px) { | ||
| body { font-size: 12px;} | ||
| header p { padding-left: 4.5em;} | ||
| } | ||
| </style> | ||
| <script async src="http://www.google-analytics.com/analytics.js"></script> | ||
| <script async src="js/perfmatters.js"></script> | ||
| </head> | ||
|
|
||
| <body> | ||
| <header> | ||
| <a href="/"><img src="img/profilepic.jpg"></a> | ||
| <p>Cameron Pittman<br><span>Course Developer</span></p> | ||
| <a href="/"><img src="img/me.jpg"></a> | ||
| <p>Artem Borutenko<br><span>Junior Developer</span></p> | ||
| </header> | ||
|
|
||
| <div class="container"> | ||
| <div class="hero"> | ||
| <strong>E-mail:</strong>[email protected]<br> | ||
| <strong>Phone:</strong>+375(33)-314-69-55<br> | ||
| <strong>I love web development!</strong> This is a template for a simple portfolio. I decided to use it to showcase a few Udacity courses I've taken and some teaching work, but you can use it to showcase any kind of project that you want the world to see :) <br> Contact me: [email protected] | ||
| </div> | ||
|
|
||
| <div class="content"> | ||
| <ul> | ||
| <li> | ||
| <img src="https://lh4.ggpht.com/kJEnfqhPvtm4m3EneSZ4fWYGS8lW4YNhEjk6zPkyrQaBUHc-2Y_ElDic99NHI0h-UBLXVbRCjFybFvrWxdk=s100"> | ||
| <a href="project-2048.html">Build Your Own 2048!</a> | ||
| <p>I made my own version of 2048. How cool is that!?</p> | ||
| </li> | ||
|
|
||
| <li> | ||
| <img src="https://lh6.ggpht.com/f_0W8h__3G99CWTjnMjD8BUKm7yp2-wJyApLtTwFoFtlal2ULf_JgHIsOQq2NiYfKOdMlXlMHDKNo5XVZLs=s100"> | ||
| <a href="project-webperf.html">Website Performance Optimization</a> | ||
| <p>Hey... this class looks familiar.</p> | ||
| </li> | ||
|
|
||
| <li> | ||
| <img src="https://lh5.ggpht.com/IKdCmTWn8a2nMhlwMYzryvzRN5CUZAOBr4tDrEAbszV7TIFe9pRAInA4kkYcgTXwrifJsBEsq1agTueuu-g=s100"> | ||
| <a href="project-mobile.html">Mobile Web Development</a> | ||
| <p>Making mobile apps isn't so hard after all.</p> | ||
| </li> | ||
|
|
||
| <li> | ||
| <img style="width: 100px;" src="views/images/pizzeria.jpg"> | ||
| <a href="views/pizza.html">Cam's Pizzeria</a> | ||
| <p>Who wants a performant pizza?</p> | ||
| </li> | ||
| </ul> | ||
| </div> | ||
|
|
||
| <footer> | ||
| <p>© Web Performance 2014 <span id="crp-stats"></span></p> | ||
| </footer> | ||
| </div> | ||
| <link href="//fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet"> | ||
| <link href="css/print.css" rel="stylesheet" media="print"> | ||
| <script> | ||
| (function(w,g){w['GoogleAnalyticsObject']=g; | ||
| w[g]=w[g]||function(){(w[g].q=w[g].q||[]).push(arguments)};w[g].l=1*new Date();})(window,'ga'); | ||
| ga('create', 'UA-XXXX-Y'); | ||
| ga('send', 'pageview'); | ||
| </script> | ||
| </body> | ||
| </html> | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.