Add PTIO Icons and Country Flags
@@ -85,7 +85,7 @@
 | 
				
			|||||||
        <a
 | 
					        <a
 | 
				
			||||||
          href="{{include.privacy-policy}}"
 | 
					          href="{{include.privacy-policy}}"
 | 
				
			||||||
          rel="noopener"
 | 
					          rel="noopener"
 | 
				
			||||||
          class="btn btn-warning mt-1 mr-1">
 | 
					          class="btn btn-primary mt-1 mr-1">
 | 
				
			||||||
          <i class="fas fa-book fa-fw"></i>
 | 
					          <i class="fas fa-book fa-fw"></i>
 | 
				
			||||||
          Privacy Policy
 | 
					          Privacy Policy
 | 
				
			||||||
        </a>
 | 
					        </a>
 | 
				
			||||||
@@ -94,7 +94,7 @@
 | 
				
			|||||||
          <a
 | 
					          <a
 | 
				
			||||||
            href="{{include.forum}}"
 | 
					            href="{{include.forum}}"
 | 
				
			||||||
            rel="noopener"
 | 
					            rel="noopener"
 | 
				
			||||||
            class="btn btn-success mt-1 mr-1">
 | 
					            class="btn btn-secondary mt-1 mr-1">
 | 
				
			||||||
            <i class="fab fa-discourse fa-fw"></i>
 | 
					            <i class="fab fa-discourse fa-fw"></i>
 | 
				
			||||||
            Forum
 | 
					            Forum
 | 
				
			||||||
          </a>
 | 
					          </a>
 | 
				
			||||||
@@ -118,7 +118,7 @@
 | 
				
			|||||||
            data-toggle="tooltip"
 | 
					            data-toggle="tooltip"
 | 
				
			||||||
            data-placement="bottom"
 | 
					            data-placement="bottom"
 | 
				
			||||||
            data-original-title="Requires specific software to access: geti2p.net">
 | 
					            data-original-title="Requires specific software to access: geti2p.net">
 | 
				
			||||||
            <span class="ptio-i2p-garlic btn-secondary btn-icon"></span>
 | 
					            <span class="ptio-i2p-garlic btn-primary btn-icon"></span>
 | 
				
			||||||
          </a>
 | 
					          </a>
 | 
				
			||||||
        {% endif %}
 | 
					        {% endif %}
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										1
									
								
								_sass/flag-icon.scss
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -4,12 +4,12 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
@font-face {
 | 
					@font-face {
 | 
				
			||||||
  font-family: "ptio-font";
 | 
					  font-family: "ptio-font";
 | 
				
			||||||
  src: url("../webfonts/ptio-font.eot");
 | 
					  src: url("../fonts/ptio-font/ptio-font.eot");
 | 
				
			||||||
  src: url("../webfonts/ptio-font.eot?#iefix") format("embedded-opentype"),
 | 
					  src: url("../fonts/ptio-font/ptio-font.eot?#iefix") format("embedded-opentype"),
 | 
				
			||||||
       url("../webfonts/ptio-font.woff2") format("woff2"),
 | 
					       url("../fonts/ptio-font/ptio-font.woff2") format("woff2"),
 | 
				
			||||||
       url("../webfonts/ptio-font.woff") format("woff"),
 | 
					       url("../fonts/ptio-font/ptio-font.woff") format("woff"),
 | 
				
			||||||
       url("../webfonts/ptio-font.ttf") format("truetype"),
 | 
					       url("../fonts/ptio-font/ptio-font.ttf") format("truetype"),
 | 
				
			||||||
       url("../webfonts/ptio-font.svg#ptio-font") format("svg");
 | 
					       url("../fonts/ptio-font/ptio-font.svg#ptio-font") format("svg");
 | 
				
			||||||
  font-weight: normal;
 | 
					  font-weight: normal;
 | 
				
			||||||
  font-style: normal;
 | 
					  font-style: normal;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -17,7 +17,7 @@
 | 
				
			|||||||
@media screen and (-webkit-min-device-pixel-ratio:0) {
 | 
					@media screen and (-webkit-min-device-pixel-ratio:0) {
 | 
				
			||||||
  @font-face {
 | 
					  @font-face {
 | 
				
			||||||
    font-family: "ptio-font";
 | 
					    font-family: "ptio-font";
 | 
				
			||||||
    src: url("../webfonts/ptio-font.svg#ptio-font") format("svg");
 | 
					    src: url("../fonts/ptio-font/ptio-font.svg#ptio-font") format("svg");
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -48,10 +48,12 @@ $reddit:              {{ site.colors.primary }};
 | 
				
			|||||||
$linkedin:            {{ site.colors.primary }};
 | 
					$linkedin:            {{ site.colors.primary }};
 | 
				
			||||||
$email:               {{ site.colors.primary }};
 | 
					$email:               {{ site.colors.primary }};
 | 
				
			||||||
$diaspora:            {{ site.colors.primary }};
 | 
					$diaspora:            {{ site.colors.primary }};
 | 
				
			||||||
$tor:                 {{ site.colors.primary }};
 | 
					$tor:                 #7d4698;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// import /_sass/bootstrap.scss
 | 
					// import /_sass/bootstrap.scss
 | 
				
			||||||
@import "bootstrap";
 | 
					@import "bootstrap";
 | 
				
			||||||
 | 
					@import "ptio-font";
 | 
				
			||||||
 | 
					@import "flag-icon";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.post-info, .post-title {
 | 
					.post-info, .post-title {
 | 
				
			||||||
  color: theme-color("light");
 | 
					  color: theme-color("light");
 | 
				
			||||||
 
 | 
				
			|||||||
| 
		 Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB  | 
| 
		 Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB  | 
| 
		 Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 383 B  | 
| 
		 Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 89 KiB  | 
| 
		 Before Width: | Height: | Size: 880 B After Width: | Height: | Size: 880 B  | 
| 
		 Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB  | 
| 
		 Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB  | 
| 
		 Before Width: | Height: | Size: 283 B After Width: | Height: | Size: 283 B  | 
| 
		 Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB  | 
| 
		 Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB  | 
| 
		 Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB  | 
| 
		 Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB  | 
| 
		 Before Width: | Height: | Size: 241 B After Width: | Height: | Size: 241 B  | 
| 
		 Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB  | 
| 
		 Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB  | 
| 
		 Before Width: | Height: | Size: 557 B After Width: | Height: | Size: 557 B  | 
| 
		 Before Width: | Height: | Size: 545 B After Width: | Height: | Size: 545 B  | 
| 
		 Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB  | 
| 
		 Before Width: | Height: | Size: 745 B After Width: | Height: | Size: 745 B  | 
| 
		 Before Width: | Height: | Size: 183 B After Width: | Height: | Size: 183 B  | 
| 
		 Before Width: | Height: | Size: 296 B After Width: | Height: | Size: 296 B  | 
| 
		 Before Width: | Height: | Size: 425 B After Width: | Height: | Size: 425 B  | 
| 
		 Before Width: | Height: | Size: 283 B After Width: | Height: | Size: 283 B  | 
| 
		 Before Width: | Height: | Size: 600 B After Width: | Height: | Size: 600 B  | 
| 
		 Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB  | 
| 
		 Before Width: | Height: | Size: 481 B After Width: | Height: | Size: 481 B  | 
| 
		 Before Width: | Height: | Size: 305 B After Width: | Height: | Size: 305 B  | 
| 
		 Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB  | 
| 
		 Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB  | 
| 
		 Before Width: | Height: | Size: 207 KiB After Width: | Height: | Size: 207 KiB  | 
| 
		 Before Width: | Height: | Size: 227 B After Width: | Height: | Size: 227 B  | 
| 
		 Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB  | 
| 
		 Before Width: | Height: | Size: 586 B After Width: | Height: | Size: 586 B  | 
| 
		 Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB  | 
| 
		 Before Width: | Height: | Size: 625 B After Width: | Height: | Size: 625 B  | 
| 
		 Before Width: | Height: | Size: 305 B After Width: | Height: | Size: 305 B  | 
| 
		 Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 8.8 KiB  | 
| 
		 Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB  | 
| 
		 Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB  | 
| 
		 Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB  | 
| 
		 Before Width: | Height: | Size: 330 B After Width: | Height: | Size: 330 B  | 
| 
		 Before Width: | Height: | Size: 735 B After Width: | Height: | Size: 735 B  | 
| 
		 Before Width: | Height: | Size: 470 B After Width: | Height: | Size: 470 B  | 
| 
		 Before Width: | Height: | Size: 314 B After Width: | Height: | Size: 314 B  | 
| 
		 Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 324 B  | 
| 
		 Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB  | 
| 
		 Before Width: | Height: | Size: 613 B After Width: | Height: | Size: 613 B  | 
| 
		 Before Width: | Height: | Size: 825 B After Width: | Height: | Size: 825 B  | 
| 
		 Before Width: | Height: | Size: 950 B After Width: | Height: | Size: 950 B  | 
| 
		 Before Width: | Height: | Size: 282 B After Width: | Height: | Size: 282 B  | 
| 
		 Before Width: | Height: | Size: 281 B After Width: | Height: | Size: 281 B  | 
| 
		 Before Width: | Height: | Size: 660 B After Width: | Height: | Size: 660 B  | 
| 
		 Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB  | 
| 
		 Before Width: | Height: | Size: 683 B After Width: | Height: | Size: 683 B  | 
| 
		 Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB  | 
| 
		 Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 9.8 KiB  | 
| 
		 Before Width: | Height: | Size: 479 B After Width: | Height: | Size: 479 B  | 
| 
		 Before Width: | Height: | Size: 264 B After Width: | Height: | Size: 264 B  | 
| 
		 Before Width: | Height: | Size: 619 B After Width: | Height: | Size: 619 B  | 
| 
		 Before Width: | Height: | Size: 227 B After Width: | Height: | Size: 227 B  | 
| 
		 Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB  | 
| 
		 Before Width: | Height: | Size: 456 KiB After Width: | Height: | Size: 456 KiB  | 
| 
		 Before Width: | Height: | Size: 291 B After Width: | Height: | Size: 291 B  | 
| 
		 Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB  | 
| 
		 Before Width: | Height: | Size: 314 B After Width: | Height: | Size: 314 B  | 
| 
		 Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB  | 
| 
		 Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB  | 
| 
		 Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB  | 
| 
		 Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 142 KiB  | 
| 
		 Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB  | 
| 
		 Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB  | 
| 
		 Before Width: | Height: | Size: 243 B After Width: | Height: | Size: 243 B  | 
| 
		 Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB  | 
| 
		 Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB  | 
| 
		 Before Width: | Height: | Size: 914 B After Width: | Height: | Size: 914 B  | 
| 
		 Before Width: | Height: | Size: 628 B After Width: | Height: | Size: 628 B  | 
| 
		 Before Width: | Height: | Size: 291 B After Width: | Height: | Size: 291 B  | 
| 
		 Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 275 B  | 
| 
		 Before Width: | Height: | Size: 231 B After Width: | Height: | Size: 231 B  | 
| 
		 Before Width: | Height: | Size: 220 B After Width: | Height: | Size: 220 B  | 
| 
		 Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB  | 
| 
		 Before Width: | Height: | Size: 934 B After Width: | Height: | Size: 934 B  | 
| 
		 Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB  | 
| 
		 Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB  | 
| 
		 Before Width: | Height: | Size: 266 B After Width: | Height: | Size: 266 B  | 
| 
		 Before Width: | Height: | Size: 830 B After Width: | Height: | Size: 830 B  | 
| 
		 Before Width: | Height: | Size: 290 B After Width: | Height: | Size: 290 B  | 
| 
		 Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB  | 
| 
		 Before Width: | Height: | Size: 640 B After Width: | Height: | Size: 640 B  | 
| 
		 Before Width: | Height: | Size: 536 B After Width: | Height: | Size: 536 B  | 
| 
		 Before Width: | Height: | Size: 288 B After Width: | Height: | Size: 288 B  | 
| 
		 Before Width: | Height: | Size: 291 B After Width: | Height: | Size: 291 B  |