-
Notifications
You must be signed in to change notification settings - Fork 3
/
card.html
103 lines (103 loc) · 4.22 KB
/
card.html
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
<!DOCTYPE html>
<html>
<head>
<!-- Meta Tags -->
<!-- hello -->
<!-- just -->
<!-- trying -->
<meta name="author" content="roh-7">
<meta name="theme-color" content="#e81d27">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="classification" content="technology, engineering, app development, science">
<!-- Title -->
<title>roh-7</title>
<!-- Logo -->
<link rel="shortcut icon" type="image/x-icon" href="../static/assets/logos/index-logo.png" />
<!-- CSS files -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="static/css/materialize.css" type="text/css" rel="stylesheet"/>
<link href="static/css/materialize.min.css" type="text/css" rel="stylesheet"/>
<link href="static/css/style.css" type="text/css" rel="stylesheet"/>
<!-- Font-Awesome -->
<link href="static/css/font-awesome.css" type="text/css" rel="stylesheet"/>
<link href="static/css/font-awesome-min.css" type="text/css" rel="stylesheet"/>
</head>
<body>
<!-- Header -->
<nav class="red rohit" role="navigation">
<div class="nav-wrapper container"><a id="logo-container" href="index.html" class="brand-logo">roh-7</a>
<ul class="right hide-on-med-and-down">
<li> <a href = "about.html">About </a></li>
<li> <a href = "projects.html">Projects </a></li>
<li class><a href="https://github.com/roh-7">Github</a></li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li> <a href = "about.html">About </a></li>
<li> <a href = "projects.html">Projects </a></li>
<li class><a href="https://github.com/roh-7">Github</a></li>
</ul>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons">menu</i></a>
</div>
</nav>
<br>
<!-- header ends -->
<!-- Card -->
<div class="row">
<div class="col s10 offset-s1 m4 l4 offset-l2 white-text">
<div class="card" style="background-color:#bdbdbd;margin-top: 10% margin-bottom: 10%">
<div class="card-content center">
<span class="card-title"> BOOKS </span>
<center><img class="materialboxed" width="260" height="500" src="static/assets/phone/vLibBooks.png"></center>
<a href = "index.html" class="white-text"> The user gets list of books in the app directly in real time. </a>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="black rohit">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Rohit Ramaswamy</h5>
<p class="grey-text text-lighten-4">I am currently doing my Engineering. Eager to learn.<br> Android Studio | Xcode | Sublime Text<br> C | JAVA | SWIFT | HTML | CSS</p>
</div>
<div class="col l3 s12">
<h5 class="white-text">Connect</h5>
<ul>
<li><a class="white-text" href="https://github.com/roh-7">Github</a></li>
<li><a class="white-text" href="http://www.codechef.com/users/roh_7">Codechef </a></li>
<li><a class="white-text" href="https://facebook.com/rohit.ramaswamy.5">Facebook</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
<a class="white-text">Made by Rohit Ramaswamy using Materalize CSS</a>
</div>
</div>
</footer>
<!-- footer ends -->
<!-- Scripts -->
<script src="static/js/materialize.js"> </script>
<script src="static/js/jquery.min.js"> </script>
<script src="static/js/init.js"> </script>
<script src="static/js/materialize.min.js"> </script>
<!-- Typing script -->
<script>
document.addEventListener("DOMContentLoaded", function(){
Typed.new(".element", {
strings: ["First sentence.", "Second sentence."],
typeSpeed: 0
});
});
</script>
</body>
</html>
<!--
▒█░░░ ▀█▀ ▒█▄░▒█ ▒█░▄▀ ▀█▀ ▒█▄░▒█ ▒█▀▀█ ░█▀▀█ ▒█▀▀█ ▒█░▄▀
▒█░░░ ▒█░ ▒█▒█▒█ ▒█▀▄░ ▒█░ ▒█▒█▒█ ▒█▄▄█ ▒█▄▄█ ▒█▄▄▀ ▒█▀▄░
▒█▄▄█ ▄█▄ ▒█░░▀█ ▒█░▒█ ▄█▄ ▒█░░▀█ ▒█░░░ ▒█░▒█ ▒█░▒█ ▒█░▒█
-->