-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmyprojects.html
More file actions
147 lines (123 loc) · 5.54 KB
/
Copy pathmyprojects.html
File metadata and controls
147 lines (123 loc) · 5.54 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<!--Tab Title Section-->
<title>Rajesh :)</title>
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico" />
<meta name="description" content="Android Developer">
<meta name="author" content="Rajesh Kumar Arumugam">
<body>
<!--Navigation bar -->
<nav class="light-green" role="navigation">
<div class="nav-wrapper container">
<img class="responsive-img" src="img/android_logo_2x.png">
<img class="responsive-img" src="img/like.png">
<a id="logo-container" href="#" class="brand-logo" >Hello World..!!</a>
<!--Links-->
<ul class="right hide-on-med-and-down">
<li><a href="mailto:gotoark@gmail.com" class="waves-effect">
My Resume
</a>
<li>
<li><a href="http://github.com/gotoark" class="waves-effect">
GitHub
</a>
<li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li><a href="mailto:gotoark@gmail.com" class="waves-effect">My Resume
</a></li>
<li><a href="http://github.com/gotoark" class="waves-effect">GitHub
</a></li>
</ul>
<!--Links Ends here-->
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons">menu</i></a>
</div>
</nav>
<!--End of Nav bar -->
<!-- Contents -->
<!--Cols -->
<div class="container">
<div class="section">
<!-- Icon Section -->
<div class="row">
<div class="col s12 m4">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="img/me.png">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">Card Title<i class="material-icons right">more_vert</i></span>
<p>I am a very simple card. I am good at containing small bits of information.
I am convenient because I require little markup to use effectively.</p>
<p><a href="#">This is a link</a></p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Card Title<i class="material-icons right">close</i></span>
<p>Here is some more information about this product that is only revealed once clicked on.</p>
</div>
</div>
</div>
<div class="col s12 m4">
</div>
<div class="col s12 m4">
</div>
</div>
</div>
<br><br>
</div>
<!--Footer Starts Here -->
<footer class="page-footer green">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">About Me</h5>
<p class="grey-text text-lighten-4">A Developer,who thinks about the future of the World and helping others by developing innovative and useful applications.Not for situation Because of my passion. </p>
</div>
<div class="col l3 s12">
<h5 class="white-text">Connect</h5>
<ul>
<li><a class="white-text" href="http://in.linkedin.com/in/gotoark">LinkedIn</a></li>
<li><a class="white-text" href="https://github.com/gotoark">Github</a></li>
<li><a class="white-text" href="https://twitter.com/gotoark">Twitter</a></li>
<li><a class="white-text" href="https://www.quora.com/profile/RAJESH-KUMAR-ARUMUGAM">Quora</a></li>
<li><a class="white-text" href="https://medium.com/@gotoark">Medium</a></li>
<li><a class="white-text" href="https://plus.google.com/102541986342152254789">Google+</a></li>
<li><a class="white-text" href="http://www.fb.com/gotoark">Facebook</a></li>
</ul>
</div>
<div class="col l3 s12">
<h5 class="white-text">More about Me</h5>
<ul>
<li><a class="white-text" href="#!">My Teachers</a></li>
<li><a class="white-text" href="#!">Achievements</a></li>
<li><a class="white-text" href="#!">Life History</a></li>
<li><a class="white-text" href="#!">Events Attended</a></li>
<li><a class="white-text" href="#!">My Resume</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
Recipe by chef<a class="orange-text text-lighten-3" href="http://materializecss.com"> Rajesh</a>
with the Ingredients of <a class="orange-text text-lighten-3" href="http://materializecss.com">Materializecss</a>
,<a class="orange-text text-lighten-3" href="https://code.visualstudio.com">VS Code</a>
,<a class="orange-text text-lighten-3" href="https://tinypng.com/">tinypng</a>
,<a class="orange-text text-lighten-3" href="http://www.flaticon.com/">FlatIcon</a>
</div>
</div>
</footer>
<!--End of footer -->
<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
</body>
</html>