-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (58 loc) · 3.07 KB
/
index.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>Safeer Mohiuddin</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="css/main.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-28758615-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-28758615-1');
</script>
</head>
<body class="loading">
<section class="wrapper">
<!-- Homepage Section -->
<article id="home">
<header>
<h1 class="main-title from-top">Safeer Mohiuddin</h1>
<h2 class="subtitle from-bottom">Entrepreneur</h2>
</header>
</article>
<!-- About Us Section -->
<article id="about" class="extra-section">
<h1>About Me</h1>
<div class="content-ext-section">
<p>Safeer Mohiuddin is a technology and real estate entrepreneur from the San Francisco Bay Area. A UC Irvine Computer Science graduate, he spent seven years at Amazon Web Services (AWS) before co-founding Guardrails AI, the leading reliability solution for Generative AI applications.</p>
<p>Safeer co-founded Cordoba Funds with his father, Razi, over a decade ago, growing it into a $20M+ real estate investment firm with 200+ investors. Their latest venture, Neeyah, co-founded with Abeer Ali, provides a debt-free and equity-based home financing.</p>
<p>Safeer is also the author of muslim.finance and serves on several non-profit endowment boards.</p>
</div>
<a title="Close" class="close-ext-section" href="#"><i class="fa fa-times"></i></a>
</article>
<footer>
<nav id="nav-menu" class="from-left">
<ul>
<li><a class="about" href="#">About Me</a></li>
</ul>
</nav>
<ul id="social-links" class="from-top">
<li><a title="Twitter" href="https://twitter.com/SafeerInvests" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a title="LinkedIn" href="https://www.linkedin.com/in/safeerm" target="_blank"><i class="fa fa-linkedin"></i></a></li>
</ul>
</footer>
</section>
<script src="js/jquery-1.11.0.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script>
var imgSlider = ['img/slide2.jpg', 'img/slide1.jpg', 'img/slide3.jpg'];
$.backstretch(imgSlider, { duration: 4000, fade: 1500 });
</script>
</body>
</html>