-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
175 lines (157 loc) · 6.88 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
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Daniel Sachs</title>
<!-- box icons -->
<link href="https://unpkg.com/[email protected]/css/boxicons.min.css" rel="stylesheet" />
<!-- custom css -->
<link rel="stylesheet" href="css/style.css" />
<link rel="icon" href="images/newinitials.png">
</head>
<body>
<!-- header design -->
<header class="header">
<a href="#" class="logo"><img src="images/newinitials.png" alt=""></a>
<i class ='bx bx-menu' id="menu-icon"></i>
<nav class="navbar">
<a href="#home" class="active">Home</a>
<a href="#about">About</a>
<a href="#experience">Experience</a>
<a href="#projects">Projects</a>
<a href="files/Daniel_Sachs_Resume.pdf" target="_blank">View Resume</a>
</nav>
</header>
<!-- home section design -->
<section class="home" id="home">
<div class="home-content">
<h3>Hello, It's Me</h3>
<h1>Daniel Sachs</h1>
<h3>And I'm a <span class="multiple-text"></span></h3>
<p>
I study Computer Science at Cornell with a particular interest in software engineering.
My studies cover algorithms, programming languages, and I actively pursue coding competitions.
I love to practically apply what I learn to my interests outside of the classroom and find solutions to different problems.
</p>
<div class="social-media">
<a href="mailto: [email protected]"><i class='bx bxs-envelope'></i></a>
<a href="https://github.com/d3buggerdan" target="_blank"><i class='bx bxl-github' ></i></a>
<a href="https://www.linkedin.com/in/daniel-m-sachs" target="_blank"><i class="bx bxl-linkedin" ></i></a>
</div>
<a href="files/Daniel_Sachs_Resume.pdf" target="_blank" class="btn">View Resume</a>
</div>
<div class="home-img">
<img src="images/profile5.png" alt="">
</div>
</section>
<!-- about section design -->
<section class="about" id="about">
<!--<div class="about-img">
<img src="images/about.png" alt="">
</div>
-->
<div class="about-content">
<h2 class="heading">About <span>Me</span></h2>
<h3>Innovation | Collaboration | Excellence</h3>
<h1>Who</h1>
<p>
-> First-generation student at Cornell University from Queens, NY<br>
-> Major: Computer Science @ College of Engineering<br>
-> Passionate about building and making a difference in the world
</p>
<h1>Interests</h1>
<p>
-> Software engineering and Data science<br>
-> Fintech & Big Tech<br>
-> Stock market and real estate
</p>
<h1>Hobbies</h1>
<p>
-> Educating myself on various topics through books and podcasts<br>
-> Spotting and modifying cars<br>
-> Going to the gym 6 days/week
</p>
</div>
</section>
<!-- Projects section design -->
<section class="projects" id="projects">
<h2 class="heading">Latest <span>Projects</span></h2>
<div class="projects-container">
<div class="projects-box">
<img src="images/Logo-01.jpg" alt="">
<div class="projects-layer">
<h4>AIREX</h4>
<p>
A contract management and AI-driven drafting solution for the real estate industry powered by GPT-4o<br>Skills Used: Microsoft Azure | GPT-4o | Next.js | React | Json | Post & Get request to database
</p>
<a href="http://www.getairex.com" target="_blank"><i class="bx bx-link-external"></i></a>
</div>
</div>
<div class="projects-box">
<img src="images/creditgenieimage.png" alt="">
<div class="projects-layer">
<h4>Credit Genie</h4>
<p>
My implementation of a credit score predictor trained on 70,000+ entries. Skills Used: Python | Pandas | NumPy | FancyImpute | Keras | TensorFlow | SMOTE | Matplotlib | SKLearn,
</p>
<a href="https://github.com/jakephelan1/credit-genie" target="_blank"><i class="bx bx-link-external"></i></a>
</div>
</div>
<div class="projects-box">
<img src="images/stockassistant.png" alt="">
<div class="projects-layer">
<h4>Stock Financial Assistant</h4>
<p>
Developed in OCaml, this financial tool simplifies stock analysis by letting users input investments and get recommendations. It focuses on moving averages to reveal trends and key ratios (liquidity, profitability, leverage) to assess performance.<a href="https://www.youtube.com/watch?v=RvRB4JVtG_k&ab_channel=JakePhelan" target="_blank"><i class="bx bx-link-external"></i></a>
</div>
</div>
</section>
<!-- Experience section design -->
<section class="experience" id="experience">
<h2 class="heading">My <span>Experience</span></h2>
<div class="experience-container">
<div class="experience-box">
<i class="bx bx-code-alt" ></i>
<h3>Web Development</h3>
<p>
Experienced in building responsive websites using HTML, CSS, Javascript. SEO-optimized and highly ranked against Google Page Speed Insights.
</p>
<!-- <a href="#" class="btn">Read More</a>-->
</div>
<div class="experience-box">
<i class="bx bx-server" ></i>
<h3>Software Engineering</h3>
<p>
Fluent in the software development life cycle from design to development to implementation and testing.
</p>
<!-- <a href="#" class="btn">Read More</a>-->
</div>
<div class="experience-box">
<i class="bx bx-data" ></i>
<h3>Data Analytics</h3>
<p>
Passionate about analyzing large datasets and extracting valuable insights. Skilled in creating concise and effective dashboards for management.
</p>
<!-- <a href="#" class="btn">Read More</a>-->
</div>
</div>
</section>
<!-- footer design -->
<footer class="footer">
<div class="footer-text">
<p>Copyright © 2024 by Daniel Sachs</p>
</div>
<div class="footer-iconTop">
<a href="#home"><i class="bx bx-up-arrow-alt" ></i></a>
</div>
</footer>
<!-- scroll reveal -->
<script src="https://unpkg.com/scrollreveal"></script>
<!-- typed js -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<!-- custom js -->
<script src="js/script.js"></script>
</body>
</html>