Untitled
unknown
html
a year ago
2.3 kB
7
Indexable
<%@ Page Title="" Language="C#" MasterPageFile="~/Pages/Site1.Master" AutoEventWireup="true" CodeBehind="AboutMe.aspx.cs" Inherits="YoadMadrid.Pages.WebForm3" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style>
body {
background-image: url(../Images/aboutme.png);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
font-family: Arial;
margin: 0;
}
.form-container {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
#form1 {
text-align: center;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<div style="text-align: center;">
<h1 style="color: lime; margin-bottom: 2px; margin-top: 2px; font-family: Bahnschrift;">About Me</h1>
<div style="width: 100%; display: flex; justify-content: center; font-family: Bahnschrift;">
<div>
<p style="color: blue; font-size: large; margin-top: 5px; margin-bottom: 5px; font-family: Bahnschrift; max-width: 500px;">My name is Yoad Hamama and I am a student in the 10th grade, Ehad Ha'am.</p>
<p style="color: blue; font-size: medium; margin-top: 3px; margin-bottom: 3px; max-width: 500px; font-family: Bahnschrift;">My hobbies are to play sports (mainly football), computers and technology in general and to hang out with friends and family.</p>
<p style="color: blue; font-size: medium; margin-top: 3px; margin-bottom: 3px; max-width: 500px; font-family: Bahnschrift;">I was a Real Madrid fan since age 7 and was lucky to visit the Santiago Bernabeu at age 10 and watch a match there against Athletic Bilbao. I have been supporting and watching Real Madrid's games (when I have the chance) since.</p>
</div>
</div>
</div>
<div>
<center>
<img src="../Images/me.jpg" style="height: 500px; width:300px; margin-right: auto; margin-top: 25px; border-radius: 15px;"/>
</center>
</div>
</asp:Content>Editor is loading...
Leave a Comment