-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (49 loc) · 2.55 KB
/
index.html
File metadata and controls
60 lines (49 loc) · 2.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Sanny Mulyono : Personal Page" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<!-- css for social link -->
<link rel="stylesheet" type="text/css" media="screen" href="http://www.dreamtemplate.com/dreamcodes/social_icons/tsc_social_icons.css">
<title>Sanny Mulyono</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/smulyono">View on GitHub</a>
<h1 id="project_title">Sanny Mulyono</h1>
<h2 id="project_tagline">Personal Page</h2>
<section id="social_bar">
<a class="twitter_cube3d tsc_social_cube64" title="twitter" href="https://twitter.com/sannymulyono" target="_blank">twitter</a>
<a class="in_cube3d tsc_social_cube64" title="linkedin" href="http://www.linkedin.com/in/sannym" target="_blank">in</a>
<a class="youtube_cube3d tsc_social_cube64" title="youtube" href="http://www.youtube.com/user/sannym82" target="_blank">youtube</a>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer bootstrap-panel">
<section id="main_content" class="inner">
<p>For SFDC-Bootstrap library <a href="http://smulyono.github.com/sfdc-bootsrap/" >go here</a></p>
<p>SFDC - Bootstrap Component for Salesforce <a href="http://smulyono.github.com/sfdc-customui">go here</a></p>
<p>For Python Bulk API for Salesforce <a href="http://smulyono.github.com/PyBulk/">go here</a></p>
<p>For other repository <a href="https://github.com/smulyono">go here</a></p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<section id="social_bar">
<a class="slideshare_square32 tsc_social_square32" title="slideshare" href="http://www.slideshare.net/sannymulyono" target="_blank">slideshare</a>
<a class="googleplus_square32 tsc_social_square32" title="google+" href="https://plus.google.com/102040620296553611708/about" target="_blank">google+</a>
<a class="apple_square32 tsc_social_square32" title="apple" href="#">apple</a>
</section>
</footer>
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>