-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
114 lines (90 loc) · 4.98 KB
/
index2.html
File metadata and controls
114 lines (90 loc) · 4.98 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Software Prince</title>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="Tooplate">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Main css -->
<link rel="stylesheet" href="css/tooplate-style.css">
</head>
<body data-spy="scroll" data-target=".navbar-collapse" data-offset="50">
<!-- PRE LOADER -->
<div class="preloader">
<div class="spinner">
<span class="spinner-rotate"></span>
</div>
</div>
<!-- HOME SECTION -->
<div class="container">
<div class="row">
<section id="home" class="parallax-section">
<div class="col-md-offset-1 col-md-10 col-sm-12">
<div class="home-wrapper">
<h2 class="wow fadeInUp" data-wow-delay="0.1s">Owner is Titled AS</h2>
<h1 class="wow fadeInUp" data-wow-delay="0.1s">Software Prince, Programming King, Hero,
Prince of University, The Most Intelligent <br> and much more</h1>
<a href="#about" class="wow fadeInUp smoothScroll arrow-btn" data-wow-delay="0.8s"><i
class="fa fa-angle-double-down"></i></a>
</div>
</div>
</section>
</div>
</div>
<!-- ABOUT SECTION -->
<section id="about" class="parallax-section">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="about-thumb">
<div class="wow fadeInUp section-title" data-wow-delay="0.15s">
<h1>
Contact Details:
</h1>
<h2 style="font-weight: bold;font-size: x-large;">
<a target="_blank" href="https://t.me/SoftwarePrince" >Telegram: SoftwarePrince</a>
<br>
<a href="mailto:admin@SoftwarePrince.com">✉ Email:
admin@SoftwarePrince.com</a>
<br>
<a target="_blank" href="https://join.skype.com/invite/eaxW2nQBg6ZI"><img
width="30" height="30"
src="https://upload.wikimedia.org/wikipedia/commons/archive/6/60/20200421170850%21Skype_logo_%282019%E2%80%93present%29.svg"></img>
Skype:
live:naaeemmalik18</a>
<br>
<a>Zoom: naaeemmalik21@gmail.com</a>
<br>
</h2>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- SCRIPTS -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.parallax.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific-popup-options.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/custom.js"></script>
<script>
(function(w,d,u){
var s=d.createElement('script');s.async=true;s.src=u+'?'+(Date.now()/60000|0);
var h=d.getElementsByTagName('script')[0];h.parentNode.insertBefore(s,h);
})(window,document,'https://cdn.bitrix24.com/b16398671/crm/site_button/loader_1_gt2q8c.js');
</script>
<script data-b24-form="click/3/2ekjqs" data-skip-moving="true"> (function(w,d,u){ var s=d.createElement('script');s.async=true;s.src=u+'?'+(Date.now()/180000|0); var h=d.getElementsByTagName('script')[0];h.parentNode.insertBefore(s,h); })(window,document,'https://cdn.bitrix24.com/b16398671/crm/form/loader_3.js'); </script>
<script data-b24-form="inline/3/2ekjqs" data-skip-moving="true"> (function(w,d,u){ var s=d.createElement('script');s.async=true;s.src=u+'?'+(Date.now()/180000|0); var h=d.getElementsByTagName('script')[0];h.parentNode.insertBefore(s,h); })(window,document,'https://cdn.bitrix24.com/b16398671/crm/form/loader_3.js'); </script>
</body>
</html>