diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..3b5822d Binary files /dev/null and b/.DS_Store differ diff --git a/Rytis_George_Baltakys/.DS_Store b/Rytis_George_Baltakys/.DS_Store new file mode 100644 index 0000000..d6b6f4f Binary files /dev/null and b/Rytis_George_Baltakys/.DS_Store differ diff --git a/Rytis_George_Baltakys/CSS/.DS_Store b/Rytis_George_Baltakys/CSS/.DS_Store new file mode 100644 index 0000000..9844dd6 Binary files /dev/null and b/Rytis_George_Baltakys/CSS/.DS_Store differ diff --git a/Rytis_George_Baltakys/CSS/JavaScript_Basics/index.html b/Rytis_George_Baltakys/CSS/JavaScript_Basics/index.html new file mode 100644 index 0000000..470940b --- /dev/null +++ b/Rytis_George_Baltakys/CSS/JavaScript_Basics/index.html @@ -0,0 +1,70 @@ + + + + JavaScript Basics + + + + +
+ + +
+

JavaScript Basics

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur.

+ +
+ +
+ + \ No newline at end of file diff --git a/Rytis_George_Baltakys/CSS/JavaScript_Basics/style.css b/Rytis_George_Baltakys/CSS/JavaScript_Basics/style.css new file mode 100644 index 0000000..06137fe --- /dev/null +++ b/Rytis_George_Baltakys/CSS/JavaScript_Basics/style.css @@ -0,0 +1,65 @@ +/*CSS reset settings here*/ +* { + margin: 0px; + padding: 0px; +} +body { + background-color: rgb(29, 52, 92); + color: rgb(195, 214, 235); +} + +a { + color: rgb(195, 214, 235); +} + +ul { + padding-left: 20px; +} + +p { + margin: 10px 0px; +} + +#highlight { + color: rgb(133, 145, 255); +} + +#javascript_list li { + margin: 10px 0px; +} + +#wrapper { + margin: 20px; + width: 1024px; +} + +#header { + background-color: rgb(204, 50, 58); + border-radius: 10px; + padding: 20px; + margin-bottom: 20px; +} + +#navigation { + background-color: rgb(46, 125, 139); + display: inline-block; + border-radius: 20px; + padding: 25px; + margin-right: 20px; +} + +#main_content { + background-color: rgb(14, 24, 33); + display: inline-block; + width: 70%; + border-radius: 20px; + padding: 25px; + vertical-align: top; +} + +#footer { + background-color: rgb(94, 102, 114); + border-radius: 20px; + padding: 25px; + margin-top: 20px; +} \ No newline at end of file diff --git a/Rytis_George_Baltakys/CSS/Position Practice/index.html b/Rytis_George_Baltakys/CSS/Position Practice/index.html new file mode 100644 index 0000000..7c792cc --- /dev/null +++ b/Rytis_George_Baltakys/CSS/Position Practice/index.html @@ -0,0 +1,19 @@ + + + + Position Practice + + + +
+ + +
+
+
+
+ +
+
+ + \ No newline at end of file diff --git a/Rytis_George_Baltakys/CSS/Position Practice/style.css b/Rytis_George_Baltakys/CSS/Position Practice/style.css new file mode 100644 index 0000000..326d610 --- /dev/null +++ b/Rytis_George_Baltakys/CSS/Position Practice/style.css @@ -0,0 +1,48 @@ +/*CSS reset settings here*/ +/**{ + margin: 0px; + padding: 0px; +}*/ +body { + background-color: black; +} +#wrapper{ + width: 950px; + background-color: silver; + margin: 0px auto; + padding: 10px; +} +#header{ + height: 150px; + background-color: green; + margin: 10px; +} +#navigation{ + height: 300px; + width: 200px; + background-color: blue; + display: inline-block; + margin: 10px; + vertical-align: top; +} +#main_content{ + height: 400px; + width: 700px; + background-color: red; + display: inline-block; + padding: 12px; + margin-top: 10px; +} +.subcontents{ + height: 200px; + width: 210px; + background-color: yellow; + display: inline-block; + margin-right: 10px; +} +#advertisement{ + height: 120px; + width: 660px; + background-color: purple; + margin-top: 15px; +} diff --git a/Rytis_George_Baltakys/CSS/Python/.DS_Store b/Rytis_George_Baltakys/CSS/Python/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/Rytis_George_Baltakys/CSS/Python/.DS_Store differ diff --git a/Rytis_George_Baltakys/CSS/Python/index.html b/Rytis_George_Baltakys/CSS/Python/index.html new file mode 100644 index 0000000..63ef17d --- /dev/null +++ b/Rytis_George_Baltakys/CSS/Python/index.html @@ -0,0 +1,105 @@ + + + + Python + + + + +
+ + + +
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +
+

Lorem ipsum dolor sit amet;

+

consectetur adipisicing elit;

+

sed do eiusmod tempor incididunt;

+

ut labore et dolore magna aliqua;

+

Ut enim ad minim veniam;

+
+ +

The Zen of Python

+
+
+
+

Getting Started

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur.

+ +
+
+

Applications

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur.

+ +
+
+ +
+ + \ No newline at end of file diff --git a/Rytis_George_Baltakys/CSS/Python/python.png b/Rytis_George_Baltakys/CSS/Python/python.png new file mode 100644 index 0000000..d18e7c3 Binary files /dev/null and b/Rytis_George_Baltakys/CSS/Python/python.png differ diff --git a/Rytis_George_Baltakys/CSS/Python/style.css b/Rytis_George_Baltakys/CSS/Python/style.css new file mode 100644 index 0000000..129c1d0 --- /dev/null +++ b/Rytis_George_Baltakys/CSS/Python/style.css @@ -0,0 +1,210 @@ +/*CSS reset settings here*/ +* { + margin: 0px; + padding: 0px; + border: 0px solid red; +} +body { + background-color: rgb(20, 82, 116); + color: rgb(195, 214, 235); + font-family: sans-serif; + font-weight: lighter; +} + +a { + color: rgb(195, 214, 235); +} + +ul { + padding-left: 20px; +} + +p { + margin: 10px 0px; +} + +h2 { + font-size: 1.3em; + font-weight: lighter; +} + +#logo_image { + width: 50%; + height: 50%; + margin: 0px 0px 0px 15px; +} + +#highlight { + color: rgb(133, 145, 255); +} + +#javascript_list li { + margin: 10px 0px; +} + +#wrapper { + width: 970px; +} + +#header { + padding: 20px; + margin-bottom: 20px; +} + +#header div { + display: inline-block; +} + +#text_size { + font-size: 0.7em; + text-align: right; + display: block; + margin: 0px 20px 3px; +} + +#text_size a { + color: #c9aa29; +} + +#search_area { + vertical-align: top; + width: 210px; + margin-left: 120px; +} + +#search_box_area { + border-radius: 7px; + padding: 10px 28px; + background-color: #444; + box-shadow: 2px 2px #222; +} + +#search { + padding: 7px; + color: #bbb; + font-size: 0.6em; + text-align: center; +} + +#submit { + background-color: #265175; + padding: 4px 5px; + border-radius: 3px; + border-top: 2px solid #bdbdbd; + border-left: 2px solid #bdbdbd; + border-right: 2px solid #6a6b6d; + border-bottom: 2px solid #6a6b6d; + box-shadow: 1px 1px #222; + color: #c9d2d9; + font-weight: lighter; +} + +#menu { + background-color: #497FAB; + width: 87%; + border-radius: 5px; + margin: auto; + box-shadow: 2px 2px #222; + margin-bottom: 10px; +} + +#menu ul li { + display: inline-block; + font-size: 1.05em; + color: #fff; + font-weight: lighter; + margin: 8px 30px; +} + +#navigation { + display: inline-block; + border-radius: 20px; + padding: 25px; + margin-right: 20px; + text-align: center; + color: white; +} + +#navigation ul { + list-style: none; +} + +#navigation ul li { + margin: 7px; +} + +#navigation ul li a { + color: white; +} + +#navigation ul li:before { + content: "\00BB"; + margin-right: 3px; + color: gold; +} + +#main_content { + text-align: center; + font-size: 0.8em; + color: white; + display: inline-block; + width: 60%; + border-radius: 20px; + padding: 5px 25px; + vertical-align: top; +} + +#quote { + color: gold; + font-size: 1.3em; + font-style: italic; +} + +#zen_quote { + font-size: 1.3em; +} + +#info_div { + background-color: white; + text-align: center; + color: black; + font-size: 0.8em; +} + +.info_section { + display: inline-block; + width: 35%; + vertical-align: top; + margin: 10px; + padding: 5px 20px; + border-top: 3px solid #62a7d1; +} + +.info_section ul { + width: 45%; + margin-left: 35px; +} + +.info_section a { + color: #62a7d1; + text-decoration: none; +} + +#footer { + padding: 25px; + margin-top: 20px; + width: 87%; + margin: auto; + text-align: center; + color: #62a7d1; +} + +#footer div ul li { + display: inline-block; + width: 180px; +} + +#copyright { + font-size: 0.5em; + margin: 20px; +} \ No newline at end of file diff --git a/Rytis_George_Baltakys/Git/.DS_Store b/Rytis_George_Baltakys/Git/.DS_Store new file mode 100644 index 0000000..65e87d5 Binary files /dev/null and b/Rytis_George_Baltakys/Git/.DS_Store differ diff --git a/Rytis_George_Baltakys/Git/Screen Shot 2017-01-23 at 4.12.52 PM.png b/Rytis_George_Baltakys/Git/Screen Shot 2017-01-23 at 4.12.52 PM.png new file mode 100644 index 0000000..3d58f9f Binary files /dev/null and b/Rytis_George_Baltakys/Git/Screen Shot 2017-01-23 at 4.12.52 PM.png differ diff --git a/Rytis_George_Baltakys/Git/article.txt b/Rytis_George_Baltakys/Git/article.txt new file mode 100644 index 0000000..6e27074 --- /dev/null +++ b/Rytis_George_Baltakys/Git/article.txt @@ -0,0 +1,3 @@ +Why use GitHub + +https://www.cnet.com/news/forget-linkedin-companies-turn-to-github-to-find-tech-talent/ diff --git a/Rytis_George_Baltakys/Git/assignments.txt b/Rytis_George_Baltakys/Git/assignments.txt new file mode 100644 index 0000000..4ab7e82 --- /dev/null +++ b/Rytis_George_Baltakys/Git/assignments.txt @@ -0,0 +1,69 @@ +rytis DojoAssignments $ tree +. +├── MEAN +│   └── about.txt +├── Python +│   └── about.txt +├── Ruby +│   └── about.txt +├── WebFundamentals +│   ├── CSS +│   │   └── about.txt +│   ├── Git +│   │   └── about.txt +│   ├── HTML +│   │   ├── Fake\ blog.html +│   │   ├── example.html +│   │   ├── hello_world.html +│   │   ├── indentation\ practice\ 2.html +│   │   ├── indentation\ practice.html +│   │   ├── index.html +│   │   └── registration\ form.html +│   ├── Javascript +│   │   └── about.txt +│   └── about.txt +└── webFun_jan_2017 + └── Rytis_George_Baltakys + ├── deleteme.txt + └── git + └── commands.txt + + + +rytis DojoAssignments $ ls -R +MEAN Python Ruby WebFundamentals webFun_jan_2017 + +./MEAN: +about.txt + +./Python: +about.txt + +./Ruby: +about.txt + +./WebFundamentals: +CSS Git HTML Javascript about.txt + +./WebFundamentals/CSS: +about.txt + +./WebFundamentals/Git: +about.txt commands.txt + +./WebFundamentals/HTML: +Fake blog.html indentation practice 2.html registration form.html +example.html indentation practice.html +hello_world.html index.html + +./WebFundamentals/Javascript: +about.txt + +./webFun_jan_2017: +Rytis_George_Baltakys + +./webFun_jan_2017/Rytis_George_Baltakys: +deleteme.txt git + +./webFun_jan_2017/Rytis_George_Baltakys/git: +commands.txt diff --git a/Rytis_George_Baltakys/Git/commands.txt b/Rytis_George_Baltakys/Git/commands.txt new file mode 100644 index 0000000..b8779cf --- /dev/null +++ b/Rytis_George_Baltakys/Git/commands.txt @@ -0,0 +1,18 @@ +cd Desktop/ +mkdir test +cd test +touch index.html styles.css commands.txt +ls +cp index.html index_2.html +ls +rm styles.css +cd .. +mkdir destination +ls +mv test/index_2.html destination/ +ls test/ +ls destination/ +rm -rf destination/ +ls +rm -rf test/ +tail ~/.bash_history \ No newline at end of file diff --git a/Rytis_George_Baltakys/Git/new_project b/Rytis_George_Baltakys/Git/new_project new file mode 160000 index 0000000..435ed14 --- /dev/null +++ b/Rytis_George_Baltakys/Git/new_project @@ -0,0 +1 @@ +Subproject commit 435ed1494bed9d29f5e178f66f7350b86e73d481 diff --git a/Rytis_George_Baltakys/Git/test b/Rytis_George_Baltakys/Git/test new file mode 160000 index 0000000..75a5e98 --- /dev/null +++ b/Rytis_George_Baltakys/Git/test @@ -0,0 +1 @@ +Subproject commit 75a5e98081dba6975f9579eafd75808ce0fafe69 diff --git a/Rytis_George_Baltakys/HTML/Fake blog.html b/Rytis_George_Baltakys/HTML/Fake blog.html new file mode 100644 index 0000000..be6da78 --- /dev/null +++ b/Rytis_George_Baltakys/HTML/Fake blog.html @@ -0,0 +1,97 @@ + + + + Fake Blog + + + + +

Welcome to the Fake Blog

+

by Rytis George

+ + Fake Picture + +
+

What is Lorem Ipsum?

+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. +
+ +

There are multiple reasons to use Lorem Ipsum for your dummy text:

+
    +
  1. One
  2. +
  3. Two
  4. +
  5. Three
  6. +
+ +

Plus there are more reasons, including, but not limmited to:

+ + + + + + + + + + + + + + + + + + + +
LoremIpsumDim sum
OneOneOne
TwoTwoTwo
ThreeThreeThree
+ +

+ Click for a fun video +

+ +

Please take this short survey

+
+

+ +

+

+ + +

+

+ How did you hear about us? +

+

+ +

+

+ +

+

+ +

+

+ +

+ +
+ + \ No newline at end of file diff --git a/Rytis_George_Baltakys/HTML/example.html b/Rytis_George_Baltakys/HTML/example.html new file mode 100644 index 0000000..0a16b6d --- /dev/null +++ b/Rytis_George_Baltakys/HTML/example.html @@ -0,0 +1,31 @@ + + + + My webpage + + + + +

Hello world!

+

by Rytis George

+
    +
  1. First
  2. +
  3. Second
  4. +
  5. Third
  6. +
+ + +
+ + + +
+ +

Testing

+ + + \ No newline at end of file diff --git a/Rytis_George_Baltakys/HTML/hello_world.html b/Rytis_George_Baltakys/HTML/hello_world.html new file mode 100644 index 0000000..980a0d5 --- /dev/null +++ b/Rytis_George_Baltakys/HTML/hello_world.html @@ -0,0 +1 @@ +Hello World! diff --git a/Rytis_George_Baltakys/HTML/indentation practice 2.html b/Rytis_George_Baltakys/HTML/indentation practice 2.html new file mode 100644 index 0000000..a2ade45 --- /dev/null +++ b/Rytis_George_Baltakys/HTML/indentation practice 2.html @@ -0,0 +1,35 @@ + + + + + Basic II + + + + + + + + + + + + + + + + + + + + +
First NameLast NameEmailPassword
BrendanStantonbrendanrocks@gmail.comFakePassword123
+

Here is a list of my favorite things:

+ + + diff --git a/Rytis_George_Baltakys/HTML/indentation practice.html b/Rytis_George_Baltakys/HTML/indentation practice.html new file mode 100644 index 0000000..9965c55 --- /dev/null +++ b/Rytis_George_Baltakys/HTML/indentation practice.html @@ -0,0 +1,16 @@ + + + + + Basic I + + + +

+ What language do you love? +

+

+ I love HTML! +

+ + diff --git a/Rytis_George_Baltakys/HTML/index.html b/Rytis_George_Baltakys/HTML/index.html new file mode 100644 index 0000000..f7629c1 --- /dev/null +++ b/Rytis_George_Baltakys/HTML/index.html @@ -0,0 +1,8 @@ + + + + + +

Hello World!

+ + diff --git a/Rytis_George_Baltakys/HTML/registration form.html b/Rytis_George_Baltakys/HTML/registration form.html new file mode 100644 index 0000000..2fa3fe1 --- /dev/null +++ b/Rytis_George_Baltakys/HTML/registration form.html @@ -0,0 +1,79 @@ + + + + Registration form + + + + +

Coding Dojo Registration Form

+

by Rytis George

+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ + + +
+
+ +
+
+ +
+ +
+ + \ No newline at end of file