mp3

aaa

Font Awesome Icons

fa fa-volume-up

Used on a button:

Unicode:

Event

News

Conference

Exhibition

Announcement

panel

seminar

workshop

symposium

publication

Alumni

Publications

Research Center / Tekpol / Tekpol.org

welcome

Pizza Seminar

Courses Offered

Advisors' list

mp3 ses kaydini video yuklemeyi denesem ne kadar alanimiz var?? sadece ses??

<html>

<head>

<title>Font Awesome Icons</title>

<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-aweso...">

</head>

<body>

<h1>fa fa-eye</h1>

<i class="fa fa-eye"></i>

<i class="fa fa-eye" style="font-size:24px"></i>

<i class="fa fa-eye" style="font-size:36px"></i>

<i class="fa fa-eye" style="font-size:48px;color:red"></i>

<br>

<p>Used on a button:</p>

<button style="font-size:24px">Button <i class="fa fa-eye"></i></button>

<p>Unicode:</p>

<i style="font-size:24px" class="fa">&#xf06e;</i>

</body>

</html>

<html>

<head>

<title>Font Awesome Icons</title>

<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-aweso...">

</head>

<body>

<h1>fa fa-microphone</h1>

<i class="fa fa-microphone"></i>

<i class="fa fa-microphone" style="font-size:24px"></i>

<i class="fa fa-microphone" style="font-size:36px"></i>

<i class="fa fa-microphone" style="font-size:48px;color:red"></i>

<br>

<p>Used on a button:</p>

<button style="font-size:24px">Button <i class="fa fa-microphone"></i></button>

<p>Unicode:</p>

<i style="font-size:24px" class="fa">&#xf130;</i>

</body>

</html>

<html>

<head>

<title>Font Awesome Icons</title>

<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-aweso...">

</head>

<body>

<h1>fa fa-music</h1>

<i class="fa fa-music"></i>

<i class="fa fa-music" style="font-size:24px"></i>

<i class="fa fa-music" style="font-size:36px"></i>

<i class="fa fa-music" style="font-size:48px;color:red"></i>

<br>

<p>Used on a button:</p>

<button style="font-size:24px">Button <i class="fa fa-music"></i></button>

<p>Unicode:</p>

<i style="font-size:24px" class="fa">&#xf001;</i>

</body>

</html>

<!DOCTYPE html>

<html>

<head>

<title>Font Awesome Icons</title>

<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-aweso...">

</head>

<body>

<h1>fa fa-podcast</h1>

<i class="fa fa-podcast"></i>

<i class="fa fa-podcast" style="font-size:24px"></i>

<i class="fa fa-podcast" style="font-size:36px"></i>

<i class="fa fa-podcast" style="font-size:48px;color:red"></i>

<br>

<p>Used on a button:</p>

<button style="font-size:24px">Button <i class="fa fa-podcast"></i></button>

<p>Unicode:</p>

<i style="font-size:24px" class="fa">&#xf2ce;</i>

</body>

</html>

<html>

<head>

<title>Font Awesome Icons</title>

<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-aweso...">

</head>

<body>

<h1>fa fa-video-camera</h1>

<i class="fa fa-video-camera"></i>

<i class="fa fa-video-camera" style="font-size:24px"></i>

<i class="fa fa-video-camera" style="font-size:36px"></i>

<i class="fa fa-video-camera" style="font-size:48px;color:red"></i>

<br>

<p>Used on a button:</p>

<button style="font-size:24px">Button <i class="fa fa-video-camera"></i></button>

<p>Unicode:</p>

<i style="font-size:24px" class="fa">&#xf03d;</i>

</body>

</html>

<!DOCTYPE html>

<html>

<head>

<title>Font Awesome Icons</title>

<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-aweso...">

</head>

<body>

<h1>fa fa-volume-up</h1>

<i class="fa fa-volume-up"></i>

<i class="fa fa-volume-up" style="font-size:24px"></i>

<i class="fa fa-volume-up" style="font-size:36px"></i>

<i class="fa fa-volume-up" style="font-size:48px;color:red"></i>

<br>

<p>Used on a button:</p>

<button style="font-size:24px">Button <i class="fa fa-volume-up"></i></button>

<p>Unicode:</p>

<i style="font-size:24px" class="fa">&#xf028;</i>

</body>

</html>

embed vidyo 16-9 ya da 4-3

<!-- 16:9 aspect ratio -->

<div class="embed-responsive embed-responsive-16by9">

<iframe class="embed-responsive-item" src="..."></iframe>

</div>

<!-- 4:3 aspect ratio -->

<div class="embed-responsive embed-responsive-4by3">

<iframe class="embed-responsive-item" src="..."></iframe>

</div>

Allow browsers to determine video or slideshow dimensions based on the width of their containing block by creating an intrinsic ratio that will properly scale on any device.

Rules are directly applied to <iframe>, <embed>, <video>, and <object> elements; optionally use an explicit descendant class .embed-responsive-item when you want to match the styling for other attributes.

Pro-Tip! You don't need to include frameborder="0" in your <iframe>s as we override that for you.