-
Notifications
You must be signed in to change notification settings - Fork 4
/
android.html
113 lines (102 loc) · 5.47 KB
/
android.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
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Mehul Kumar Nirala</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" href="https://img.icons8.com/plasticine/100/000000/android-os.png" type="image/x-icon" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Indie+Flower'>
<link rel='stylesheet' href='https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'>
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/flexslider.css">
<link rel="stylesheet" href="css/services.css">
<link rel="stylesheet" href="css/dark-mode.css">
</head>
<body>
<div class="header">
<canvas></canvas><canvas></canvas>
<div class="fixed-content">
<img class="port" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/95581/cat.jpg">
<h2>Mehul Kumar Nirala</h2>
<p style="color:#fff;">Deep Learning | Open Source enthusiast</p>
<div class="icon-row">
<a href="https://github.com/MuLx10"><i class="fa fa-github"></i></a>
<a href="https://codepen.io/MuLx10/pens/showcase"><i class="fa fa-codepen"></i></a>
<a href="https://www.linkedin.com/in/mulx10/"><i class="fa fa-linkedin"></i></a>
<a href="https://www.youtube.com/channel/UCjjFH9N2NbldiSS4-JuEB4g"><i class="fa fa-youtube"></i></a>
</div>
</div>
</div>
<div class="second">
<div class="fixed-content">
<h1>Android Projects</h1>
<p>I use platforms like React-Native, Ionic, Flutter etc. to build android apps.</p>
</div>
</div>
<section class="colorlib-about" data-section="about">
<div class="container">
<div class="row justify-content-md-center">
<script type="text/javascript">
var domains = ["React Native", "Ionic", "Flutter"];
var icons = ["https://img.icons8.com/nolan/40/react-native.png",
"https://img.icons8.com/ios-filled/40/000000/ionic.png",
"https://img.icons8.com/color/40/000000/flutter.png"];
var urls = ["react-native-apps", "ionic-apps", "flutter-apps"];
var ids = [3, 4, 2, 1];
for (let i = 0; i < domains.length; i++) {
var dir = (ids[i] % 2 == 0) ? "Right" : "Left";dir='';
document.write(
'<div class="col-sm-2 animate-box" data-animate-effect="fadeInLeft' + dir + '">\
<a href="https://github.com/MuLx10/' + urls[i] + '" >\
<div class="services color-' + ids[i%4] + '">\
<span>\
<img src="' + icons[i] + '"/>\
</span>\
<h3>' + domains[i] + '</h3>\
</div>\
</a>\
</div>'
);
}
</script>
</div>
</div>
</section>
<div class="footer">
<div class="second">
<div class="fixed-content">
<h1>Contact Me</h1>
</div>
</div>
<div class="fixed-content">
<div class="icon-row blue">
<a href="https://twitter.com/nirala_mehul"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/mulx10"><i class="fa fa-facebook"></i></a>
<a href="mailto:[email protected]"><i class="fa fa-envelope"></i><a/a>
<a href="https://twitter.com/nirala_mehul"><i class="fa fa-stack-overflow"></i></a>
<a href="skype:live:.cid.fd89af8f47d6b546"><i class="fa fa-skype"></i></a>
</div>
<p></p>
<i class="fa fa-chevron-up blue" style="color:#bbb;" onclick="window.scroll({ top: 0, left: 0, behavior: 'smooth'});"></i>
</div>
</div>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js'></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="js/jquery.easing.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.flexslider-min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.countTo.js"></script>
<script src="js/services.js"></script>
<script src="js/modernizr.min.js"></script>
<script src="js/hex.js"></script>
<script src="js/script.js"></script>
</body>
</html>