|
7 | 7 | <meta name="keywords" content="object-oriented programming, OOP, Java, Ruby, programming, elegant objects"/>
|
8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
9 | 9 | <link rel="shortcut icon" href="//www.yegor256.com/images/books/elegant-objects/cactus.png"/>
|
10 |
| - <style> |
11 |
| - @import url('//fonts.googleapis.com/css?family=Inconsolata'); |
12 |
| - body { |
13 |
| - font-family: 'Inconsolata', monospace; |
14 |
| - font-size: 20px; |
15 |
| - line-height: 1.3em; |
16 |
| - padding: 1em; |
17 |
| - } |
18 |
| - section { |
19 |
| - width: 32em; |
20 |
| - max-width: 100%; |
21 |
| - margin-left: auto; |
22 |
| - margin-right: auto; |
23 |
| - } |
24 |
| - .logo { |
25 |
| - height: 128px; |
26 |
| - width: 128px; |
27 |
| - } |
28 |
| - a { |
29 |
| - text-decoration: none; |
30 |
| - color: inherit; |
31 |
| - background-image: linear-gradient(#000,#000); |
32 |
| - background-position: 0 0.95em; |
33 |
| - background-repeat: repeat-x; |
34 |
| - background-size: 1px 1px; |
35 |
| - } |
36 |
| - a:visited { |
37 |
| - color: inherit; |
38 |
| - } |
39 |
| - a:hover { |
40 |
| - text-decoration: none; |
41 |
| - background-image: linear-gradient(#268714,#268714); |
42 |
| - background-size: 2px 2px; |
43 |
| - } |
44 |
| - </style> |
| 10 | + <link href='main.css' rel='stylesheet'/> |
45 | 11 | </head>
|
46 | 12 | <body>
|
47 | 13 | <a href="https://github.com/yegor256/elegantobjects.github.io"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
|
|
196 | 162 | <a href="https://twitter.com/amihaiemil">@amihaiemil</a>,
|
197 | 163 | <a href="https://github.com/biboran">@biboran</a>,
|
198 | 164 | <a href="https://twitter.com/dmydlarz">@dmydlarz</a>,
|
199 |
| - <a href="https://github.com/driver733">@driver733</a>, |
200 |
| - <a href="https://github.com/DronMDF">@DronMDF</a>, |
| 165 | + <a href="https://github.com/driver733">@driver733</a>, |
| 166 | + <a href="https://github.com/DronMDF">@DronMDF</a>, |
201 | 167 | <a href="https://twitter.com/eduardsi">@eduardsi</a>,
|
202 | 168 | <a href="https://github.com/filfreire">@filfreire</a>,
|
203 | 169 | <a href="https://github.com/g4s8">@g4s8</a>,
|
204 | 170 | <a href="https://github.com/koeeenig">@koeeenig</a>,
|
205 |
| - <a href="https://github.com/kogoia">@kogoia</a>, |
| 171 | + <a href="https://github.com/kogoia">@kogoia</a>, |
206 | 172 | <a href="https://github.com/Maratori">@maratori</a>,
|
207 | 173 | <a href="https://github.com/Meerownymous">@meerownymous</a>,
|
208 | 174 | <a href="https://twitter.com/GraminMaksim">@mgramin</a>,
|
209 | 175 | <a href="https://twitter.com/nicholasruunu">@nicholasruunu</a>,
|
210 |
| - <a href="https://github.com/paulodamaso">@paulodamaso</a>, |
| 176 | + <a href="https://github.com/paulodamaso">@paulodamaso</a>, |
211 | 177 | <a href="https://github.com/proshin-roman">@proshin-roman</a>,
|
212 | 178 | <a href="https://twitter.com/RRochegude">@RRochegude</a>,
|
213 |
| - <a href="https://github.com/silasreinagel">@SilasReinagel</a>, |
214 |
| - <a href="https://github.com/sivaa">@sivaa</a>, |
| 179 | + <a href="https://github.com/silasreinagel">@SilasReinagel</a>, |
| 180 | + <a href="https://github.com/sivaa">@sivaa</a>, |
215 | 181 | <a href="https://github.com/skapral">@skapral</a>,
|
216 | 182 | <a href="https://github.com/smallcreep">@smallcreep</a>,
|
217 | 183 | <a href="https://twitter.com/tomasz_bawor">@tomasz_bawor</a>,
|
218 | 184 | <a href="https://github.com/t-izbassar">@t-izbassar</a>,
|
219 | 185 | <a href="https://github.com/Vatavuk">@vatavuk</a>,
|
220 |
| - <a href="https://github.com/VsSekorin">@vssekorin</a>. |
| 186 | + <a href="https://github.com/VsSekorin">@vssekorin</a>. |
221 | 187 | </p>
|
222 | 188 | <p>
|
223 | 189 | Badges for your GitHub repo:
|
|
0 commit comments