|
1 |
| -<!DOCTYPE html> |
2 |
| -<html> |
3 |
| - <head> |
4 |
| - <meta charset="utf-8"> |
5 |
| - <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
6 |
| - <meta name="viewport" content="width=device-width,initial-scale=1.0"> |
7 |
| - <meta name="author" property="og:title" content="Vinod Kumar"> |
8 |
| - <meta name="description" property="og:description" content="Vinod Kumar. Web Developer. PHP Developer. .Net Developer"> |
9 |
| - <meta property="og:url" content="http://www.uvinod.net"> |
10 |
| - <meta property="og:image" content="http://www.uvinod.net/img/vinod.jpg"> |
11 |
| - <meta property="og:type" content="website"> |
12 |
| - <title>Vinod Kumar</title> |
13 |
| - <link href="css/bootstrap.min.css" rel="stylesheet" type="text/css"> |
14 |
| - <style type="text/css"> |
15 |
| - html, body { |
16 |
| - padding-bottom: 32px; |
17 |
| - background-color: #fff; |
18 |
| - } |
19 |
| - |
20 |
| - h1 { |
21 |
| - font-family: "Roboto", sans-serif; |
22 |
| - font-weight: 100; |
23 |
| - margin-bottom: 32px; |
24 |
| - color: #555; |
25 |
| - } |
26 |
| - |
27 |
| - h1 a, h1 a:hover { |
28 |
| - text-decoration: none; |
29 |
| - color: #555; |
30 |
| - } |
31 |
| - |
32 |
| - .footer { |
33 |
| - text-transform: uppercase; |
34 |
| - font-size: 11px; |
35 |
| - font-weight: bold; |
36 |
| - text-align: center; |
37 |
| - color: #ccc; |
38 |
| - } |
39 |
| - </style> |
40 |
| - </head> |
41 |
| - <body> |
42 |
| - <!-- // CONTENT GOES HERE // --> |
43 |
| - <div id="content" class="container"> |
44 |
| - <div class="col-md-8 col-md-offset-2 text-center"> |
45 |
| - <img class="img-circle" style="margin-top: 32px;" src="img/vinod.jpg" alt="" width="250" height="250"> |
46 |
| - <h1><a href="/">Vinod Kumar</a></h1> |
47 |
| - |
48 |
| - <p style="margin-top: 28px; text-transform: uppercase; color: #666; font-size: 13px;">You can find me at these places</p> |
49 |
| - <div class="row" style="margin-top: 16px;"> |
50 |
| - <a class="col-xs-12 col-sm-12 btn btn-link" href="https://www.linkedin.com/in/uvinod" target="_blank">LinkedIn</a> |
51 |
| - <a class="col-xs-12 col-sm-12 btn btn-link" href="http://github.com/uvinod" target="_blank">GitHub</a> |
52 |
| - <a class="col-xs-12 col-sm-12 btn btn-link" href="https://twitter.com/vinod_twt" target="_blank">Twitter</a> |
53 |
| - </div> |
54 |
| - |
55 |
| - <p style="margin-top: 28px; text-transform: uppercase; color: #666; font-size: 13px;">The products I made</p> |
56 |
| - <div class="row" style="margin-top: 16px;"> |
57 |
| - <a class="col-xs-12 col-sm-12 btn btn-link" href="https://finesseapp.co" target="_blank">Finesse</a> |
58 |
| - </div> |
59 |
| - |
60 |
| - <p style="margin-top: 28px; text-transform: uppercase; color: #666; font-size: 13px;">The company I work for</p> |
61 |
| - <div class="row" style="margin-top: 16px;"> |
62 |
| - <a class="col-xs-12 col-sm-12 btn btn-link" href="http://www.ip-tribe.com/" target="_blank">IP Tribe Singapore</a> |
63 |
| - </div> |
64 |
| - <hr style="margin-top: 44px;"> |
65 |
| - <p class="footer">Vinod Kumar © 2018</p> |
66 |
| - </div> |
67 |
| - </div><!-- // CONTENT ENDS HERE // --> |
68 |
| - |
69 |
| - |
70 |
| - <!-- Google Web Fonts Loader --> |
71 |
| - <script type="text/javascript"> |
72 |
| - WebFontConfig = { |
73 |
| - google: { families: [ 'Roboto:100:latin' ] } |
74 |
| - }; |
75 |
| - |
76 |
| - (function() { |
77 |
| - var wf = document.createElement('script'); |
78 |
| - wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
79 |
| - wf.type = 'text/javascript'; |
80 |
| - wf.async = 'true'; |
81 |
| - var s = document.getElementsByTagName('script')[0]; |
82 |
| - s.parentNode.insertBefore(wf, s); |
83 |
| - })(); |
84 |
| - </script> |
85 |
| - <script> |
86 |
| - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
87 |
| - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
88 |
| - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
89 |
| - })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); |
90 |
| - |
91 |
| - ga('create', 'UA-85764324-1', 'auto'); |
92 |
| - ga('send', 'pageview'); |
93 |
| - |
94 |
| - </script> |
95 |
| - <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" type="text/javascript"></script> |
96 |
| - <script src="js/bootstrap.min.js" type="text/javascript"></script> |
97 |
| - </body> |
98 |
| -</html> |
| 1 | +Temporarily down! |
0 commit comments