Skip to content

Commit 9aa065d

Browse files
portfolio
1 parent 97201fd commit 9aa065d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+8608
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
<!-- Section services -->
102102
<section class="services-box sect">
103103
<div class="wrapper">
104+
<a href="portfolio-examples/project/index.html">Ссылка</a>
104105
<div class="services-heading">
105106
<h2>Услуги</h2>
106107
<span class="post-head">Перечень услуг, которые я готов выполнить для вас.</span>

portfolio-examples/project/css/fontello-embedded.css

Lines changed: 59 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[class^="icon-"], [class*=" icon-"] {
2+
font-family: 'fontello';
3+
font-style: normal;
4+
font-weight: normal;
5+
6+
/* fix buttons height */
7+
line-height: 1em;
8+
9+
/* you can be more comfortable with increased icons size */
10+
/* font-size: 120%; */
11+
}
12+
13+
.icon-twitter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe800;&nbsp;'); }
14+
.icon-facebook { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe801;&nbsp;'); }
15+
.icon-dribbble { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe802;&nbsp;'); }
16+
.icon-skype { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf30b;&nbsp;'); }
17+
.icon-linkedin-rect { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf312;&nbsp;'); }
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
@font-face {
2+
font-family: 'fontello';
3+
src: url('../font/fontello.eot?13119710');
4+
src: url('../font/fontello.eot?13119710#iefix') format('embedded-opentype'),
5+
url('../font/fontello.woff2?13119710') format('woff2'),
6+
url('../font/fontello.woff?13119710') format('woff'),
7+
url('../font/fontello.ttf?13119710') format('truetype'),
8+
url('../font/fontello.svg?13119710#fontello') format('svg');
9+
font-weight: normal;
10+
font-style: normal;
11+
}
12+
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
13+
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
14+
/*
15+
@media screen and (-webkit-min-device-pixel-ratio:0) {
16+
@font-face {
17+
font-family: 'fontello';
18+
src: url('../font/fontello.svg?13119710#fontello') format('svg');
19+
}
20+
}
21+
*/
22+
23+
[class^="icon-"]:before, [class*=" icon-"]:before {
24+
font-family: "fontello";
25+
font-style: normal;
26+
font-weight: normal;
27+
speak: none;
28+
29+
display: inline-block;
30+
text-decoration: inherit;
31+
width: 1em;
32+
margin-right: .2em;
33+
text-align: center;
34+
/* opacity: .8; */
35+
36+
/* For safety - reset parent styles, that can break glyph codes*/
37+
font-variant: normal;
38+
text-transform: none;
39+
40+
/* fix buttons height, for twitter bootstrap */
41+
line-height: 1em;
42+
43+
/* Animation center compensation - margins should be symmetric */
44+
/* remove if not needed */
45+
margin-left: .2em;
46+
47+
/* you can be more comfortable with increased icons size */
48+
/* font-size: 120%; */
49+
50+
/* Font smoothing. That was taken from TWBS */
51+
-webkit-font-smoothing: antialiased;
52+
-moz-osx-font-smoothing: grayscale;
53+
54+
/* Uncomment for 3D effect */
55+
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
56+
}
57+
58+
.icon-twitter:before { content: '\e800'; } /* '' */
59+
.icon-facebook:before { content: '\e801'; } /* '' */
60+
.icon-dribbble:before { content: '\e802'; } /* '' */
61+
.icon-skype:before { content: '\f30b'; } /* '' */
62+
.icon-linkedin-rect:before { content: '\f312'; } /* '' */
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
@font-face {
2+
font-family: 'Museo-700';
3+
src: url('../fonts/Museo-700.eot');
4+
src: url('../fonts/Museo-700.eot?#iefix') format('embedded-opentype'),
5+
url('../fonts/Museo-700.svg#Museo-700') format('svg'),
6+
url('../fonts/Museo-700.ttf') format('truetype'),
7+
url('../fonts/Museo-700.woff') format('woff'),
8+
url('../fonts/Museo-700.woff2') format('woff2');
9+
font-weight: normal;
10+
font-style: normal;
11+
}
12+
13+
@font-face {
14+
font-family: 'TektonPro-BoldCond';
15+
src: url('../fonts/TektonPro-BoldCond.eot');
16+
src: url('../fonts/TektonPro-BoldCond.eot?#iefix') format('embedded-opentype'),
17+
url('../fonts/TektonPro-BoldCond.svg#TektonPro-BoldCond') format('svg'),
18+
url('../fonts/TektonPro-BoldCond.ttf') format('truetype'),
19+
url('../fonts/TektonPro-BoldCond.woff') format('woff'),
20+
url('../fonts/TektonPro-BoldCond.woff2') format('woff2');
21+
font-weight: normal;
22+
font-style: normal;
23+
}

0 commit comments

Comments
 (0)